-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command to eject webpack config #747
Comments
There's no eject. You will be able to configure everything, but the documentation is not out yet. |
@yyx990803 Do you have an estimation of when this feature and its documentation will be available? So I can decide if I go back to 2.9 or if I should wait 😉 |
@yyx990803 Hey, we're using v3 beta1, and stumbled this issue too. How can we edit the webpack config (aside from downgrading to v2.9)? |
Hi @kindofone , The solution has been discussed here : #589 (comment) Since the documentation has been created and can be found there : https://github.com/vuejs/vue-cli/blob/dev/docs/webpack.md Also vuejs specific configuration is documented there : https://github.com/vuejs/vue-cli/blob/dev/docs/config.md |
@Ldoppea Awesome, thanks! ✌️ |
The links no longer work |
I ran into this thread and earlier vuejs-templates/webpack#215 |
What problem does this feature solve?
Hi
I use the new 3.0.0-alpha version. But I need to add a new alias to add a vue plugin, vue-konva because when I try to add it, I get the following error.
The solution is here:
vuejs-templates/webpack#215 (comment)
What does the proposed API look like?
I think that should have a new command like
vue eject
The text was updated successfully, but these errors were encountered: