awesome-typescript-loader icon indicating copy to clipboard operation
awesome-typescript-loader copied to clipboard

fix: checker should also watch change in json files

Open hackape opened this issue 5 years ago • 1 comments

People using resolveJsonModule: true get at-loader error about their json export, because checker doesn't pick up changes in any .json files.

This patch add .json as a valid file extension to be considered changed.

background: https://stackoverflow.com/questions/54695319/awesome-typescript-loader-does-not-pick-up-changes-in-json

hackape avatar Apr 01 '19 15:04 hackape

Any chances to get this in?

jkytomak avatar May 06 '19 11:05 jkytomak