Did a little digging and am seeing this error be thrown "Option 'noEmitOnError' cannot be specified with option 'isolatedModules'.". I may be misunderstanding and might be a legitimate misconfiguration on my end, but couldn't see how at first glance!
If it helps, I found it's reproducible using the angular2-webpack-starter project, if you just up the version of awesome-typescript-loader from 0.17 to 0.18 or 0.19 and then build it withnpm run build:dev.
I've found that since 0.18 of awesome-typescript-loader, I'm getting the following error when trying to run a webpack build using TypeScript 1.8.10.
Module build failed: Error: Debug Failure. False expression: Output generation failed.
I have a vanilla webpack config:
with the following TS compiler options:
Did a little digging and am seeing this error be thrown "Option 'noEmitOnError' cannot be specified with option 'isolatedModules'.". I may be misunderstanding and might be a legitimate misconfiguration on my end, but couldn't see how at first glance!
If it helps, I found it's reproducible using the angular2-webpack-starter project, if you just up the version of awesome-typescript-loader from 0.17 to 0.18 or 0.19 and then build it with
npm run build:dev
.