embedのbootエントリーポイントを分離
This commit is contained in:
@@ -130,6 +130,7 @@ export function getConfig(): UserConfig {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
app: './src/_boot_.ts',
|
||||
embedApp: './src/_embed_boot_.ts',
|
||||
},
|
||||
external: externalPackages.map(p => p.match),
|
||||
output: {
|
||||
|
Reference in New Issue
Block a user