mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 23:14:24 +00:00
Enable source map in development build
This commit is contained in:
parent
5ecea7e118
commit
a39870f224
@ -5,8 +5,10 @@ var path = require('path')
|
||||
module.exports = [Object.assign({}, baseConfig, {
|
||||
plugins: baseConfig.plugins.concat([
|
||||
new ExtractTextPlugin('[name].css')
|
||||
])
|
||||
]),
|
||||
devtool: 'source-map'
|
||||
}), {
|
||||
devtool: 'source-map',
|
||||
entry: {
|
||||
htmlExport: path.join(__dirname, 'public/js/htmlExport.js')
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user