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
I use jsnLog with Angular 4. I get the following error if I try to execute ng build --prod:
ERROR in ./src/$$_gendir/app/app.module.ngfactory.ts
Module not found: Error: Can't resolve 'jsnlog/Definitions/jl' in 'C:\xxx\src\$$_gendir\app'
@ ./src/$$_gendir/app/app.module.ngfactory.ts 31:0-45
@ ./src/main.ts
@ multi ./src/main.ts
This error only happens if I run ng build --prod and works fine when I run ng build without any parameters,
The text was updated successfully, but these errors were encountered:
I use jsnLog with Angular 4. I get the following error if I try to execute
ng build --prod
:This error only happens if I run
ng build --prod
and works fine when I run ng build without any parameters,The text was updated successfully, but these errors were encountered: