revert sourcemap config change, old one works perfectly fine in chrome
This commit is contained in:
parent
08a646a00c
commit
214ccac2d4
@ -10,7 +10,6 @@ module.exports = function (env) {
|
|||||||
filename: '[name]-bundle.js',
|
filename: '[name]-bundle.js',
|
||||||
chunkFilename: "[id].chunk.js",
|
chunkFilename: "[id].chunk.js",
|
||||||
path: path.resolve(__dirname, "dist"),
|
path: path.resolve(__dirname, "dist"),
|
||||||
devtoolModuleFilenameTemplate: "file://[absolute-resource-path]",
|
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
noParse: /taler-emscripten-lib/,
|
noParse: /taler-emscripten-lib/,
|
||||||
|
Loading…
Reference in New Issue
Block a user