s-panferov / awesome-typescript-loader

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

Watch for changes in *.json files #642

Open limbosounds opened 5 years ago

limbosounds commented 5 years ago

It's been a while since this issue was detected and the PR was fired. Just wanted to pay attention on this.

Using resolveJsonModule is not possible with ATL, because it does not track changes in imported *.json modules.

PR https://github.com/s-panferov/awesome-typescript-loader/pull/629