Convert project to webpack
This commit is contained in:
5
build/webpack.prod.js
Normal file
5
build/webpack.prod.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { merge } = require('webpack-merge')
|
||||
|
||||
module.exports = merge(require('./webpack.common.js'), {
|
||||
mode: 'production'
|
||||
})
|
||||
Reference in New Issue
Block a user