summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-23 14:29:34 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-23 14:29:34 +0200
commit46776d0c309572f54b5c0d34026bd28296bf1a15 (patch)
treed547362bcd7748ee1f1a1b5be274880e9b1ed5eb /webpack.config.js
parent039ab7baef6e1b3a32bd3c4e798672f7626d7807 (diff)
downloadwallet-core-46776d0c309572f54b5c0d34026bd28296bf1a15.tar.gz
wallet-core-46776d0c309572f54b5c0d34026bd28296bf1a15.tar.bz2
wallet-core-46776d0c309572f54b5c0d34026bd28296bf1a15.zip
remove debug logging, add comments
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js3
1 files changed, 2 insertions, 1 deletions
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/,