fix(aio): add service worker entrypoint to aio build (#19875)

Fixes #19838

PR Close #19875
This commit is contained in:
Alex Rickabaugh
2017-10-23 09:47:49 -07:00
committed by Matias Niemelä
parent 04200150d5
commit 4abacb58f1
3 changed files with 16 additions and 0 deletions

View File

@ -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']
};