revert sourcemap config change, old one works perfectly fine in chrome

This commit is contained in:
Florian Dold 2017-05-23 14:36:11 +02:00
parent 08a646a00c
commit 214ccac2d4
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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/,