mirror of
https://github.com/youzan/vant.git
synced 2025-12-19 01:02:29 +08:00
@@ -7,7 +7,8 @@ module.exports = merge(devConfig, {
|
||||
output: {
|
||||
path: path.join(__dirname, '../docs/dist'),
|
||||
publicPath: '/zanui/vue',
|
||||
filename: '[name].[hash:8].js'
|
||||
filename: '[name].[hash:8].js',
|
||||
umdNamedDefine: true
|
||||
},
|
||||
devtool: false,
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user