s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 179 forks source link

Typescript loader hangs under linux #620

Closed SebastianStehle closed 5 years ago

SebastianStehle commented 5 years ago

Hi,

I have a project that builds totally fine under Windows: https://github.com/mydraft-cc/ui

Unfortunately it just hangs under Docker / Linux. I have copied the webpack config from another project of mine and it works great there. I cannot provide an easier project to reproduce it, but seeking for help here.

When I remove the loader from webpack it runs fine but of course it throws an error immediately.

SebastianStehle commented 5 years ago

Solved: https://github.com/webpack/webpack/issues/8568