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

Problem with render a form on production mode with Vite #120

Open
shahrooz2 opened this issue Nov 15, 2021 · 4 comments
Open

Problem with render a form on production mode with Vite #120

shahrooz2 opened this issue Nov 15, 2021 · 4 comments

Comments

@shahrooz2
Copy link

shahrooz2 commented Nov 15, 2021

Hi,
We have an issue that can not render our form on production mode. It is working fine in development mode but when we built it, we got the following error message.

image

We are using Vue 2.6 and Vite as package managers.
Any advice would be much appreciated.

@rauberdaniel
Copy link

rauberdaniel commented Oct 19, 2022

I’m having the same issue with Vue 3 + Vite on the vue3rewrite branch. Works well in development, but the module seems to be simply missing when running vite build (successfully).

It is being included in the resulting .js file though, but nothing is being rendered. No errors or warnings are logged in the browser console.

@ilovepixelart
Copy link

ilovepixelart commented Nov 23, 2022

Having similar issue on vue2 + vite setup, everything works on local dev, but after build looks like component is not rendering. Do you have any updates guys?

@hjstang
Copy link

hjstang commented Dec 6, 2022

Has anyone found a solution for this?

@miguelzapaton
Copy link
Contributor

Feel free to try my Vue3 fork:

https://github.com/miguelzapaton/vue3-form-json-schema

You can find additional information here: #81 .

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

5 participants