commit 214ccac2d45fa67bddca87e0daf010a3e31bab36
parent 08a646a00c61b354e2a3bc68affef9ced74bc789
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 23 May 2017 14:36:11 +0200
revert sourcemap config change, old one works perfectly fine in chrome
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/webpack.config.js b/webpack.config.js
@@ -10,7 +10,6 @@ module.exports = function (env) {
filename: '[name]-bundle.js',
chunkFilename: "[id].chunk.js",
path: path.resolve(__dirname, "dist"),
- devtoolModuleFilenameTemplate: "file://[absolute-resource-path]",
},
module: {
noParse: /taler-emscripten-lib/,