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
fix(@angular/build): set scripts option output as classic script for karma
When using the `karma` builder, the generated output JavaScript file was
unintentionally being marked as a module type script. This prevent the
output file from providing equivalent behavior to that of an actual build.
The `scripts` option outputs should be considered classic scripts to the
browser.
0 commit comments