question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

command to eject webpack config

See original GitHub issue

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: https://github.com/vuejs-templates/webpack/issues/215#issuecomment-238095102

What does the proposed API look like?

I think that should have a new command like vue eject

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
yyx990803commented, Jan 30, 2018

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

1reaction
kindofonecommented, Feb 20, 2018

@Ldoppea Awesome, thanks! ✌️

Read more comments on GitHub >

github_iconTop Results From Across the Web

Overriding the Create-React-App Webpack Configuration ...
Create-React-App is a great tool to bootstrap React apps, but it offers only limited access to the configuration of the production build.
Read more >
How to eject webpack config from an Angular CLI project
config.js) from a project that was created using the Angular-CLI then you can use the “ng eject” command. This will generate the webpack....
Read more >
Eject from Vue CLI / Export Webpack Config #2796 - GitHub
I would use chainWebpack or configureWebpack for customizing the build. You are given near-complete control over Webpack through these two ...
Read more >
What does this "react-scripts eject" command do?
This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive ...
Read more >
How to eject webpack config from an Angular CLI project
I show how to get a webpack. config.js file from an Angular project that was created with the Angular- CLI. Then I show...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found