You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as I have configured the externals module in my webpack.config.js
externals: [
includeClientPackages(/@AngularClass|@angular|angular2-|ng2-|ng-|@ng-|angular-|ngrx|@ngrx|@angular2|ionic|@Ionic|-angular2|-ng2|-ng/),
nodeExternals()
]
Compiling in jit, no error happens to me
The text was updated successfully, but these errors were encountered:
I'm trying to compile into a universal application, but I throw the following error
I know there is a thread of it even post a possible solution, but it has not worked for me
ngrx/store#387
as I have configured the externals module in my webpack.config.js
externals: [
includeClientPackages(/@AngularClass|@angular|angular2-|ng2-|ng-|@ng-|angular-|ngrx|@ngrx|@angular2|ionic|@Ionic|-angular2|-ng2|-ng/),
nodeExternals()
]
Compiling in jit, no error happens to me
The text was updated successfully, but these errors were encountered: