You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
When the compile ends, the fileDependencies array shows all the files of my project, and when I modify one of them, the watcher fires, so is actually looking for modifications on those files.
ts-loader is fine with this. How can I overcome this problem with awesome-typescript-loader?
EDIT: The furthest I've reached is this line which creates the damned filelist that later this line adds to the dependencies list, but now I'm pretty lost.
The text was updated successfully, but these errors were encountered:
Simply, I have a big project with this file on it:
Having
main3.ts
with a singleconsole.log("asd");
line and thetsconfig.json
file being this:When the compile ends, the
fileDependencies
array shows all the files of my project, and when I modify one of them, the watcher fires, so is actually looking for modifications on those files.ts-loader
is fine with this. How can I overcome this problem withawesome-typescript-loader
?EDIT: The furthest I've reached is this line which creates the damned filelist that later this line adds to the dependencies list, but now I'm pretty lost.
The text was updated successfully, but these errors were encountered: