前端暂时不使用CDN,因为BootCDN被uBlock Origin屏蔽了

This commit is contained in:
John Smith
2024-07-29 21:39:50 +08:00
parent e77c26c792
commit e6299a03e8
4 changed files with 18 additions and 10 deletions

View File

@@ -27,13 +27,13 @@ module.exports = {
return args
})
config.externals({
'element-ui': 'ELEMENT',
lodash: '_',
pako: 'pako',
vue: 'Vue',
'vue-router': 'VueRouter',
'vue-i18n': 'VueI18n',
})
// config.externals({
// 'element-ui': 'ELEMENT',
// lodash: '_',
// pako: 'pako',
// vue: 'Vue',
// 'vue-router': 'VueRouter',
// 'vue-i18n': 'VueI18n',
// })
}
}