aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
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/,