-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hi all,
Iles 0.10.0-beta.1 is out now running Vite 5. I tested it out, and it's quite solid, I can really feel the speed difference on the updated Vite version.
If you happen to pin vite and vue in your package.json as a workaround till now, you can now remove them now, and install the update as npm install -D iles@latest.
I'm documenting a simple upgrade guide for our community:
Iles breaking changes
- Remove reactivity-transform from your code ($computed -> computed with .value on refs, etc)
- If you turned off reactivity-transform in your iles.config.ts, then remove it from the "vue" key.
- Add
type:moduletopackage.jsonand review your packages to ensure they are esm-compatible.
Vite breaking changes
- Vite 4 -> 5 breaking changes (refer to official docs for full list here - https://v5.vite.dev/guide/migration.html)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels