-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Breaking change introduced in 5.1.0 #431
Comments
Since it's an experimental feature, it doesn't follow semver. |
I have a breaking change in 5.1.0 as well, builds are breaking with It's really tough to debug as it was working locally, broken in CI. Rolling back the version to 5.0.5 fixed it. Here is link to build |
Could you please provide a minimal reproduction or at least a detailed method to easily reproduce the build error on the local machine? |
@sxzz i would love to but I couldn't duplicate this outside of CI. All I know is rolling back the dep fixed the problem. Will try again in a couple days. |
@sxzz Another similar report found. dcloudio/uni-preset-vue#102 |
Should be fixed in v5.1.1 |
I would add that although |
@danielroe Thanks for your advice. It's fixed! |
Thank you ❤️ |
I'm experiencing the same error on 5.1.0 - 5.1.2, it happens when building a production build in the server bundle. |
Could you create a new issue with a reproduction? |
@sxzz updating
For now, I have locked the version of |
@negezor Could you please raise a new issue & provide a minimal reproduction? Thanks. |
Related plugins
plugin-vue
plugin-vue-jsx
Describe the bug
This is simply to raise a concern regarding the breaking change introduced in 5.1.0 for setting custom features (e.g.
propsDestructure
). My Nuxt 3 application suddenly stopped working as I'm usingpropsDestructure
by default and it took me a while to realize that it was due to the latest@vitejs/plugin-vue
package update. I'm just raising the issue in case other packages/libraries/frameworks relying on it face the same issue.Related: nuxt/nuxt#28295
Reproduction
https://stackblitz.com/edit/github-g3udp4?file=nuxt.config.ts
Steps to reproduce
No response
System Info
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: