diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-23 14:36:11 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-23 14:36:11 +0200 |
commit | 214ccac2d45fa67bddca87e0daf010a3e31bab36 (patch) | |
tree | 72009b4f319b6f8610fa8ba26f5ebb3786a45d83 /webpack.config.js | |
parent | 08a646a00c61b354e2a3bc68affef9ced74bc789 (diff) |
revert sourcemap config change, old one works perfectly fine in chrome
Diffstat (limited to 'webpack.config.js')
-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/, |