[add] webapp on localhost:10501 (default)
This commit is contained in:
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',
|
||||
});
|
||||
Reference in New Issue
Block a user