This commit is contained in:
syuilo
2024-08-25 14:32:46 +09:00
parent 505874a971
commit 6dfeae9dcc
2 changed files with 4 additions and 41 deletions

View File

@@ -130,7 +130,6 @@ export function getConfig(): UserConfig {
rollupOptions: {
input: {
app: './src/_boot_.ts',
embedApp: './src/_embed_boot_.ts',
},
external: externalPackages.map(p => p.match),
output: {