mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
[build] upgrade vue-loader@15 (#937)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const config = require('./webpack.config.dev.js');
|
||||
const isMinify = process.argv.indexOf('-p') !== -1;
|
||||
|
||||
@@ -24,7 +23,6 @@ module.exports = Object.assign({}, config, {
|
||||
amd: 'vue'
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
performance: false,
|
||||
optimization: {
|
||||
minimize: isMinify
|
||||
|
Reference in New Issue
Block a user