fix: add missing globals from each rollup configuration (#20028)
PR Close #20028
This commit is contained in:

committed by
Matias Niemelä

parent
b6abcb2500
commit
13f8648a00
@ -15,6 +15,7 @@ const globals = {
|
||||
'@angular/compiler': 'ng.compiler',
|
||||
'@angular/compiler/testing': 'ng.compiler.testing',
|
||||
'@angular/platform-browser': 'ng.platformBrowser',
|
||||
'@angular/platform-browser/animations': 'ng.platformBrowser.animations',
|
||||
'@angular/platform-server': 'ng.platformServer',
|
||||
'@angular/platform-browser-dynamic/testing': 'ng.platformBrowserDynamic.testing'
|
||||
};
|
||||
|
Reference in New Issue
Block a user