Closed
Description
What problem does this feature solve?
The new vue-cli 3.x.x lacks eject
option (either only in README or in whole project). The README mentions:
At the same time, it still offers the flexibility to tweak the config of each tool without the need for ejecting.
Projects created by Vue CLI allows you to configure almost every aspect of the tooling without ever needing to eject.
But no such command exist, or no such command is mentioned in README.
What does the proposed API look like?
yarn eject
-> yarn run eject
- confirmation, that this is unrevesable action.
It should then immediately fallback whole project directory into standard Vue/Webpack project directory known from vue-cli 2.x.x
Metadata
Metadata
Assignees
Labels
No labels