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
When I compile my project with the latest Angular CLI, I get the error: index.ts is not part of the compilation output. Please check the other error messages for details.
Then, someone pointed out that this is due to the latest upgrade of Angular CLI. I delete the index.ts file, and then it works. So, maybe not ship the .ts file in the package?
When I compile my project with the latest Angular CLI, I get the error:
index.ts is not part of the compilation output. Please check the other error messages for details.
Then, someone pointed out that this is due to the latest upgrade of Angular CLI. I delete the
index.ts
file, and then it works. So, maybe not ship the.ts
file in the package?See issue here:
angular/angular-cli#8284 (comment)
The text was updated successfully, but these errors were encountered: