-
Notifications
You must be signed in to change notification settings - Fork 253
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
Chrome & Edge latest update broken Vue based applications on production. #633
Comments
Here's how I resolved the issue for me:
|
Hi, |
This solution works for me. Thank you for your help. |
Thanks for sharing details. I've included the vite-plugin-top-level-await without any additional changes, and it worked for me. |
Thank you so much. |
This fixed my issues with production builds. I didn't needed to change the package.json just adding the plugin and the options in vite.config.ts Thank you |
It does not work for me, I am importing the library and I put the configuration in my vite.config.ts like this, am I doing something wrong?
|
Hi, i have the same issue with React application. The workaround doesn't work for me. |
Versions
Reproduction
What is actually happening?
Vite + Quasar app with vite-federation-plugin is not working in production mode (vite preview)
The text was updated successfully, but these errors were encountered: