Skip to content
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

Closed
rafaesc opened this issue Jan 30, 2018 · 8 comments
Closed

command to eject webpack config #747

rafaesc opened this issue Jan 30, 2018 · 8 comments

Comments

@rafaesc
Copy link

rafaesc commented Jan 30, 2018

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.

You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
found in
---> \<VLayer\>

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

@rafaesc rafaesc changed the title command to expose webpack config command to eject webpack config Jan 30, 2018
@yyx990803
Copy link
Member

There's no eject. You will be able to configure everything, but the documentation is not out yet.

@Ldoppea
Copy link

Ldoppea commented Jan 30, 2018

@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 😉

@kindofone
Copy link

@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)?

@Ldoppea
Copy link

Ldoppea commented Feb 19, 2018

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

@kindofone
Copy link

@Ldoppea Awesome, thanks! ✌️

@dannyk08
Copy link

The links no longer work
Where can I find this?

@Akryum
Copy link
Member

Akryum commented Aug 29, 2018

@kvedantmahajan
Copy link

I ran into this thread and earlier vuejs-templates/webpack#215
because of vue styled components as they require the local registration of components. So how can I use them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants