-
Notifications
You must be signed in to change notification settings - Fork 374
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
Vue2 does not render at all in prod #1753
Comments
Thanks for the report. I can confirm that we can reproduce the issue. We'll take a look soon! |
Debugging this is quite difficult as there seems to be a problem with the production build of Vue 2 only, i.e. it works with Building We published the fix as a prerelease ( |
Thank you , Thanks again, especially for the incredibly quick work. |
I had the same problem but happily found out that this is now released: |
Describe the bug
In Vue2.X nothing gets rendered when you build the project in production. This even goes for the seed project. There are no errors.
It does work when you just do "npm run serve" instead of "build", i.e. in development mode.
To Reproduce
npm ci
npm run build
npx http-server dist
or similar.Expected behavior
The form gets rendered.
Screenshots
There are no errors in the console whatsover, but the form does not render.
Browser (please complete the following information):
Used Setup (please complete the following information):
Thank you!
The text was updated successfully, but these errors were encountered: