You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project with multiple entry files and multiple vue.config.js, or a dynamic vue.config.js. Depending on the entry or target I would like to enable/disable certain vue-cli plugins.
What does the proposed API look like?
config.disablePlugins = []
The text was updated successfully, but these errors were encountered:
franciscolourenco
changed the title
Ability to disable vue-cli plugins through vue.config.js
Option to disable vue-cli plugins through vue.config.js
Jul 10, 2019
I pushed a PR for this. However I chose to solve this through a command line flag rather than an option in the config file as that is much more flexible, solving use cases like #3830 as well.
What problem does this feature solve?
I have a project with multiple entry files and multiple vue.config.js, or a dynamic vue.config.js. Depending on the entry or target I would like to enable/disable certain vue-cli plugins.
What does the proposed API look like?
config.disablePlugins = []
The text was updated successfully, but these errors were encountered: