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

plugin installationg fails if no main.js found #25

Open
erikrenaud opened this issue Mar 11, 2019 · 1 comment
Open

plugin installationg fails if no main.js found #25

erikrenaud opened this issue Mar 11, 2019 · 1 comment
Labels
question Further information is requested

Comments

@erikrenaud
Copy link

erikrenaud commented Mar 11, 2019

Installation fails if no main.js (to inject the render done event).

The workaround is to have a dummy main.js present at install or to manually finish installation by adding the appropriate code in the different entry points.

@SolarLiner
Copy link
Owner

Under which circumstances does a project not have a main.js file? Also, the plugin writes to main.js only when answering "yes" to using a render event. Saying "no" to that question will not attempt to write to the file, and you can set it back to true in vue.config.js.

@SolarLiner SolarLiner added the question Further information is requested label Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants