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
ngc won't produce a compiled app dir anymore, all I get is '/compiled/node_modules/@angular/', no '/compiled/app/'. Everything works fine before typescript 2.1.0-dev.20160907.
ngc won't produce a compiled app dir anymore, all I get is '/compiled/node_modules/@angular/', no '/compiled/app/'. Everything works fine before typescript 2.1.0-dev.20160907.
OS?
MacOS Sierra
Versions.
@angular/compiler-cli@0.6.4
typescript@2.1.0-dev.20160907 (or later)
Repro steps.
In '/project_root/app/' add Quickstart files:
Plus AOT style main.ts:
tsconfig.aot.json:
package.json as in quickstart otherwise.
ngc -p tsconfig.aot.json
The log given by the failure.
No errors, it's 'successful', but no compiled app.
Mention any other details that might be useful.
typescript 2.1.0-dev.20160907 adds async/await support for es5 target in tsconfig.
The text was updated successfully, but these errors were encountered: