diff options
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 02b702a8c..a99d2a7c8 100644 --- 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/, |