After updating a major project to utilize Vue CLI 3, I've noticed that the hot reloading process has become exceptionally slow:
- Upon opening a .vue file, it automatically rebuilds without any prompt, taking up to 10-15 seconds each time
- Whenever I save my work, there is another delay of 10-15 seconds before the changes take effect
This issue never occurred prior to integrating CLI 3. Could there be a caching mechanism that needs to be enabled or configured?