Nikolai Orekhov

Results 42 comments of Nikolai Orekhov

Here's a patch which you can apply with patch-package. It should do the job for version 3.5.0. File should be named `patches/awesome-typescript-loader+3.5.0.patch` ``` patch-package --- a/node_modules/awesome-typescript-loader/dist/instance.js +++ b/node_modules/awesome-typescript-loader/dist/instance.js @@ -213,10...

Sorry seems that version 5.0.0-0 now doesn't work anymore for me. Approx. 1200 errors starting with this. Don't really understand why it looks for lib.dom.d.ts in C:/. 3.5.0 worked ok....

You can check [AngualarStarter](https://github.com/gdi2290/angular-starter). It's still Webpack3 but easily upgradeable and uses AwesomeTypescriptLoader. Currentyl I ended up using 3.5.0 + my patch and it works ok.

@s-panferov I modified one of your specs to demonstrate the issue.

I will check tomorrow if I have time. If you can give me any hints where to look that would be awesome.

@ozorOzora you need to use version 5.0.0-1

@s-panferov is there a reason why typescript 2.7 is required in 5.0.0-1? Currently stable Angular 5.x requires 2.6. Any ideas when 5.0.0-1 will be official ?

Maybe I dont undestand something but I'm not sure what do you mean by: > until I tried to export an enum from a declaration file. .d.ts shouldn't be added...

Do you have Windows or Linux ? If Linux does rename to jsx.ts helps?

The same issue persists with node-notifier and electron 16.0.7. Native Electron notifications by itself has the same issue. Managed to do it with powertoast but there's trick. In Windows Toast...