Skip to content

Commit

Permalink
feat: update externals
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Apr 14, 2024
1 parent 6bb63ac commit 3c23b9a
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions libs/single-spa-angular/webpack/externals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,40 @@ export const externals = [
'rxjs',
'rxjs/operators',

'@angular/core',
'@angular/compiler',
'@angular/animations',
'@angular/animations/browser',

'@angular/common',
'@angular/common/http',
'@angular/common/upgrade',

'@angular/compiler',

'@angular/core/primitives/signals',
'@angular/core',
'@angular/core/rxjs-interop',

'@angular/elements',

'@angular/forms',

'@angular/localize',
'@angular/localize/init',

'@angular/platform-browser',
'@angular/platform-browser/animations',
'@angular/platform-browser/animations/async',

'@angular/platform-browser-dynamic',

'@angular/router',
'@angular/router/upgrade',

'@angular/animations',
'@angular/animations/browser',

'@angular/forms',

'@angular/elements',

'@angular/upgrade',
'@angular/upgrade/static',

'@angular/service-worker',
'@angular/service-worker/config',

'@angular/localize',
'@angular/localize/init',
'@angular/upgrade',
'@angular/upgrade/static',

'single-spa',
'single-spa-angular/internals',
Expand Down

0 comments on commit 3c23b9a

Please sign in to comment.