[Vuejs]-I'm building a project with a vue-cli that takes a lot of time to build every time it refreshes, so there's a way to prevent this

0👍

Webpack has that feature called Hot module. You should implement this into your development webpack because it helps alot when you have big project
https://webpack.js.org/guides/hot-module-replacement

Leave a comment