PierBJX
PierBJX
What is your strategy to add typings ?
I updated the description. What do you mean by macos ?
That's weird, I reproduced the problem with the [repo](https://github.com/PierBJX/fluffy-enigma/tree/main/webpack/copy-webpack-plugin-requirejs) I gave you. I recorded my screen to show you (sorry I had to split if not the file was too...
I tried with powershell to run the command and Notepad++ to edit the file and at the end I had the same infinite reload.
Yes sure no problem ;) Do you think it could be linked to [this](https://github.com/webpack/watchpack/issues/25)?
In my case, adding this property does not fix it :/
@alexander-akait. Is there a way to know which file makes the reload ?
@alexander-akait This is what I have in the console: ``` [webpack-dev-server] "C:\Users\212747277\Documents\Code\Edison\Workspace Application\src\session\session-activity-decorator.ts" from static directory was changed. Reloading... [webpack-dev-server] "C:\Users\212747277\Documents\Code\Edison\Workspace Application\src\session\session-activity-decorator.ts" from static directory was changed. Reloading... [webpack-dev-server] App...
@alexander-akait , gebeer succeeded to fix it by adding `writeToDisk: true`. Unfortunately, it is a project with my company so I can not shared with someone the project. However, maybe...
> But, when I use my machines IP instead of 'localhost' to make the app available in local network, then the reload loop is back again. So it might be...