From 46776d0c309572f54b5c0d34026bd28296bf1a15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 23 May 2017 14:29:34 +0200 Subject: remove debug logging, add comments --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 429591220..02b702a8c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,7 +9,8 @@ module.exports = function (env) { output: { filename: '[name]-bundle.js', chunkFilename: "[id].chunk.js", - path: path.resolve(__dirname, "dist") + path: path.resolve(__dirname, "dist"), + devtoolModuleFilenameTemplate: "file://[absolute-resource-path]", }, module: { noParse: /taler-emscripten-lib/, -- cgit v1.2.3