diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-02-08 11:55:32 -0200 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-02-08 13:51:37 -0200 |
commit | 8892fa5095064af6718e064d29e71b0a7bf8212d (patch) | |
tree | 14cd1adcec8143f54379c421dff9709bbc22acb5 | |
parent | 94fc7554995e4b6fcd95e74d082ed411239ea8e9 (diff) |
[#922] Adds devtool source maps to development mode
-rw-r--r-- | web-ui/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/webpack.config.js b/web-ui/webpack.config.js index 9171b8f5..8a54af21 100644 --- a/web-ui/webpack.config.js +++ b/web-ui/webpack.config.js @@ -16,6 +16,7 @@ module.exports = { filename: '[name].js', publicPath: '/assets/' }, + devtool: 'source-map', resolve: { alias: aliases, extensions: ['', '.js'] |