3 changed files with 17 additions and 2 deletions
@ -0,0 +1,7 @@
|
||||
const merge = require('webpack-merge'); |
||||
const common = require('./webpack.config.js'); |
||||
|
||||
module.exports = merge(common, { |
||||
mode: 'production', |
||||
devtool: 'source-map' |
||||
}); |
Loading…
Reference in new issue