mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
feat(cli): bump webpack@5
This commit is contained in:
@@ -4,7 +4,9 @@ module.exports = {
|
||||
srcDir: 'src',
|
||||
skipInstall: ['lazyload'],
|
||||
site: {
|
||||
publicPath: process.env.PUBLIC_PATH || 'https://b.yzcdn.cn/vant/',
|
||||
publicPath:
|
||||
(typeof window === 'undefined' && process.env.PUBLIC_PATH) ||
|
||||
'https://b.yzcdn.cn/vant/',
|
||||
},
|
||||
vetur: {
|
||||
tagPrefix: 'van-',
|
||||
|
Reference in New Issue
Block a user