Files
vue-cli/docs/core-plugins
Haoqun Jiang e41ef41540 chore!: drop webpack-4 support in v5 (#6598)
1. I don't think I'll ever have the capacity to keep maintaining this
compat plugin. It's better to drop it now than later.
2. The plugin is needed at the time of alpha.0 because many ecosystem
plugins does not support webpack 5. But now I don't think it will be a
major hurdle.
3. The implementation was too hacky.
2021-07-30 14:03:54 +08:00
..
2021-03-24 20:51:52 +08:00
2020-12-14 19:48:08 +08:00
2019-09-10 00:05:39 +08:00
2021-01-22 16:20:35 +08:00
2019-07-06 19:51:01 +08:00
2019-12-28 20:54:27 +08:00
2019-10-11 16:11:02 +08:00
2019-07-06 19:51:01 +08:00

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: