I realized that my application was much slower to build with vue-cli (either a build production or a simple dev server).
I import bootstrap this way in a SCSS file that re-writes some rules that is imported in all my other SCSS components.
@import "bootstrap/scss/bootstrap";
Here are the build time comparison screens :
I hope you can help me :)
additionalData/prependDatain yoursass-loaderconfig?webpack.config.jswas not taken into account, I am going to investigate it to includeadditionalData/prependDatain mysass-loader, I will keep you informed to give you a feedbackadditionalDatais used for and what it will change in my case, I understood that it was to inject variables? However my problem is related to bootstrap build time