mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
webpack cdn config
This commit is contained in:
@@ -6,7 +6,7 @@ var devConfig = require('./webpack.config.dev.js');
|
||||
module.exports = merge(devConfig, {
|
||||
output: {
|
||||
path: path.join(__dirname, '../docs/dist'),
|
||||
publicPath: '/zanui/vue',
|
||||
publicPath: 'https://b.yzcdn.cn/zanui/vue',
|
||||
filename: '[name].[hash:8].js',
|
||||
umdNamedDefine: true
|
||||
},
|
||||
|
Reference in New Issue
Block a user