-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
What problem does this feature solve?
For advanced projects, a developer might want to customize the Webpack config directly.
This would allow for more granular optimization of build times and serving times, and permit a developer to configure Webpack using their previous Webpack knowledge, instead of being forced to learn the "Vue way". This would align with Vue's goal of being a progressive framework that can be used in different ways.
What does the proposed API look like?
a vue eject
or vue export
command would generate a Webpack config file. Then the developer could manually delete the Vue config file, and change their tasks to not rely on vue-cli-service.
alex-shamshurin, tw1nk, ernsheong, suau, Kjir and 3 moresirlancelot and jarrodldavis