Hygiene: Consistent quotes in webpack.config.js

Change-Id: Id1315f3dad411aad1395642c6fcb2b781503de73
This commit is contained in:
joakin 2018-02-26 12:38:41 +01:00
parent 5154739a46
commit 0502d90f60

View file

@ -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'