ts-loader: Using typescript@1.8.9 and D:\angular2\ng2-webpack-play\tsconfig.json
Hash: 54ac2e3034fe97e03ff9
Version: webpack 1.12.14
Time: 7097ms
Asset Size Chunks Chunk Names
bundle.js 4.09 MB 0 [emitted] main
218 hidden modules
ERROR in D:\angular2\ng2-webpack-play\node_modules\angular2\src\facade\promise.d.ts
(1,10): error TS2661: Cannot re-export name that is not defined in the module.
I clone repo and try to build it:
$ npm run build
ts-loader: Using typescript@1.8.9 and D:\angular2\ng2-webpack-play\tsconfig.json Hash: 54ac2e3034fe97e03ff9 Version: webpack 1.12.14 Time: 7097ms Asset Size Chunks Chunk Names bundle.js 4.09 MB 0 [emitted] main
ERROR in D:\angular2\ng2-webpack-play\node_modules\angular2\src\facade\promise.d.ts (1,10): error TS2661: Cannot re-export name that is not defined in the module.