embedのbootエントリーポイントを分離
This commit is contained in:
parent
bd0b7f90cf
commit
29033bd460
8 changed files with 65 additions and 36 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue