awesome-typescript-loader
awesome-typescript-loader copied to clipboard
Only watch files in dependency graph of entry file, not TS project
It seems that currently the loader will watch all files in the dependency graph of the tsconfig.json, but I would expect it to only watch files in the dependency graph of the webpack entry file.
To provide further context: we have one TS project and separate webpack configs for our server and client code. Currently, whenever we change a server file, both client and server compilation will be triggered. Ideally, only the server compilation would be triggered.
the same issue