mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-13 02:29:40 -06:00
It's supposed to have better performance. See https://github.com/babel/babel-loader/issues/525#issuecomment-375756108 Besides, this improves webpack 5 compatibilities as cache-loader is now deprecated
Plugins
Vue CLI uses a plugin-based architecture. If you inspect a newly created project's package.json, you will find dependencies that start with @vue/cli-plugin-. Plugins can modify the internal webpack configuration and inject commands to vue-cli-service. Most of the features listed during the project creation process are implemented as plugins.
This section contains documentation for core Vue CLI plugins: