Stanislav Panferov

Results 34 comments of Stanislav Panferov

@jagadeesh1492 @Shammah very interesting. Please create a repro case, because I have no idea how to reproduce this.

this issue is connected with filename letter-case errors on case-insensitive file systems. need to find some workaround

Hello, could you please provide your webpack.config.js and package.json? Also please describe your environment and OS.

@tomitrescak this code is responsible for lookup. https://github.com/s-panferov/awesome-typescript-loader/blob/master/src/index.ts#L272-L279 Maybe the problem is that you're running webpack not from the directory where `node_modules` folder is located? If so, please describe your...

@tomitrescak I'll have a look tomorrow morning (GMT+3)

Should be fixed in newer versions.

@frederickfogerty thanks!

I really can't use `require.resolve` here, because it works in the context of the loader, and this can lead to weird unexpected results sometimes. I'll see, maybe I can use...

Please try `disableFastEmit` option. Will it work?