mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[bugfix] Icon template (#1091)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
const path = require('path');
|
||||
const devConfig = require('./webpack.dev.js');
|
||||
const config = require('./webpack.dev.js');
|
||||
|
||||
module.exports = Object.assign({}, devConfig, {
|
||||
delete config.serve;
|
||||
|
||||
module.exports = Object.assign(config, {
|
||||
mode: 'production',
|
||||
output: {
|
||||
path: path.join(__dirname, '../docs/dist'),
|
||||
|
Reference in New Issue
Block a user