-
Notifications
You must be signed in to change notification settings - Fork 433
How to watch dev when file changes faster #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I found using bold Please guide me, if any other way faster |
I found webpack-dev-server to be the fastest option as it keeps all the files in memory and it compiles the files the quickest. The HRM rebuild still takes about 2-3 seconds, this is dependent on your machine and browser (Chrome was the quickest). https://webpack.github.io/docs/build-performance.html (from the website) webpack-dev-server: Serves all webpack assets from memory. Best performance. |
Have you found a way to watch the server side files, and rebuild the serverside? Idk if it's the changes I made, or if the server side files just don't get watched... |
@Adondriel what do you mean by server side files? Compiled js files? |
When i change write new code, i need npm run build:dev to change view in browser, pls help
i using dotnet watch run
The text was updated successfully, but these errors were encountered: