fix(aio): add service worker entrypoint to aio build (#19875)
Fixes #19838 PR Close #19875
This commit is contained in:

committed by
Matias Niemelä

parent
04200150d5
commit
4abacb58f1
@ -21,6 +21,7 @@ const packageMap = {
|
||||
'platform-webworker': ['platform-webworker/index.ts'],
|
||||
'platform-webworker-dynamic': 'platform-webworker-dynamic/index.ts',
|
||||
router: ['router/index.ts', 'router/testing/index.ts', 'router/upgrade/index.ts'],
|
||||
'service-worker': ['service-worker/index.ts'],
|
||||
upgrade: ['upgrade/index.ts', 'upgrade/static/index.ts']
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user