disable external CDN

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-11-11 05:02:41 -06:00
parent b19f19e703
commit 20fc81c7b7
No known key found for this signature in database

View file

@ -140,7 +140,7 @@ export function getConfig(): UserConfig {
input: {
app: './src/_boot_.ts',
},
external: externalPackages.map(p => p.match),
// external: externalPackages.map(p => p.match),
output: {
manualChunks: {
vue: ['vue'],