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
$ ng build -prod -aot
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
0% compilingparameters received {"filePath":"/home/antony-budianto/Desktop/personal-project/test-bug/node_modules/@angular/common/src/location/location.d.ts","name":"Location"} which is not a Stat
icSymbol
Error: parameters received {"filePath":"/home/antony-budianto/Desktop/personal-project/test-bug/node_modules/@angular/common/src/location/location.d.ts","name":"Location"} which is not a StaticSymbo
l
I know the issue about symbol already fixed in 2.1.0, but cli still compile spec files
Current workaround:
Add **/*.spec.ts to exclude option in src/tsconfig.json
OS?
Versions.
Repro steps.
angular/angular#11276
and add RouterTestingModule
I know the issue about symbol already fixed in
2.1.0
, but cli still compile spec filesCurrent workaround:
**/*.spec.ts
toexclude
option insrc/tsconfig.json
The log given by the failure.
Please see angular/angular#11276
Mention any other details that might be useful.
AoT should not compile spec files
The text was updated successfully, but these errors were encountered: