mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-28 01:10:04 +00:00
Hygiene: Consistent quotes in webpack.config.js
Change-Id: Id1315f3dad411aad1395642c6fcb2b781503de73
This commit is contained in:
parent
5154739a46
commit
0502d90f60
|
@ -27,7 +27,7 @@ conf = {
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
// as we cannot serve .map files from production servers store map files
|
// as we cannot serve .map files from production servers store map files
|
||||||
// with .json extension
|
// with .json extension
|
||||||
sourceMapFilename: "[file].json"
|
sourceMapFilename: '[file].json'
|
||||||
},
|
},
|
||||||
entry: {
|
entry: {
|
||||||
index: './src/index.js'
|
index: './src/index.js'
|
||||||
|
|
Loading…
Reference in a new issue