mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +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',
|
||||
// as we cannot serve .map files from production servers store map files
|
||||
// with .json extension
|
||||
sourceMapFilename: "[file].json"
|
||||
sourceMapFilename: '[file].json'
|
||||
},
|
||||
entry: {
|
||||
index: './src/index.js'
|
||||
|
|
Loading…
Reference in a new issue