mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
webpack.config.js: remove stray tab
Change-Id: I6926b87f03739986965ba82403257e10e99c2777
This commit is contained in:
parent
a497098eed
commit
7bfad7e441
|
@ -2,7 +2,7 @@ const path = require("path");
|
|||
|
||||
module.exports = {
|
||||
module: {
|
||||
rules: [
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
|
|
Loading…
Reference in a new issue