We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecea7e commit a39870fCopy full SHA for a39870f
1 file changed
webpack.config.js
@@ -5,8 +5,10 @@ var path = require('path')
5
module.exports = [Object.assign({}, baseConfig, {
6
plugins: baseConfig.plugins.concat([
7
new ExtractTextPlugin('[name].css')
8
- ])
+ ]),
9
+ devtool: 'source-map'
10
}), {
11
+ devtool: 'source-map',
12
entry: {
13
htmlExport: path.join(__dirname, 'public/js/htmlExport.js')
14
},
0 commit comments