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
Hello. I have been looking through the web for something that should be really simple: how to disable hotReload in a standard project that has been initialized with vue-cli.
The only official piece of documentation is here: https://vue-loader.vuejs.org/guide/hot-reload.html#usage
However, it does not say anywhere where exactly hotReload goes. If I put it into my vue config
in package.json like so:
Hello, thank you for taking time filling this issue!
However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).
I hope to see your helper-created issue very soon!
Hello. I have been looking through the web for something that should be really simple: how to disable hotReload in a standard project that has been initialized with vue-cli.
The only official piece of documentation is here:
https://vue-loader.vuejs.org/guide/hot-reload.html#usage
However, it does not say anywhere where exactly hotReload goes. If I put it into my vue config
in package.json like so:
It just tells me that the option hotReload is not allowed.
Another one trying to find a solution:
https://stackoverflow.com/questions/51844289/turn-off-hot-reload-on-project-started-with-vue-cli-3-webpack-4-15-1
This is way too obfuscated.
The text was updated successfully, but these errors were encountered: