Latest updates
This commit is contained in:
parent
aace75679a
commit
b2208a7e58
15 changed files with 1267 additions and 131 deletions
6
webpack.prod.js
Normal file
6
webpack.prod.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const merge = require('webpack-merge');
|
||||
const common = require('./webpack.common.js');
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: 'production',
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue