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

@ -63,6 +63,7 @@ module.exports = new Package('angular-api', [basePackage, typeScriptPackage])
'router/index.ts',
'router/testing/index.ts',
'router/upgrade/index.ts',
'service-worker/index.ts',
'upgrade/index.ts',
'upgrade/static/index.ts',
];