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
@ -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',
|
||||
];
|
||||
|
Reference in New Issue
Block a user