Answer the question
In order to leave comments, you need to log in
How can I view webpack default settings from vue/cli?
Hello, trying to learn how to optimize the site as much as possible (out of curiosity), I often remove the default webpack settings and change them to my own, finding examples of documentation, for example like this
chainWebpack: (config) => {
config.plugins.delete("html");
config.plugins.delete("preload");
config.plugins.delete("prefetch");
config.optimization.delete("splitChunks");
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question