Releases: nonzzz/vite-plugin-stylex
Releases · nonzzz/vite-plugin-stylex
v0.8.0
v0.7.5
Patches
- Fix exports error.
- Fix cleanup of styleRules in library watch mode.
v0.7.4
Patches
- Fix build watch mode can't work.
v0.7.3
Patches
- Repsect
manuallyControlCssOrder
option for hmr. - Fix hmr can't work with some case.
v0.7.1
Patches
- Fix build mode resolveId don't allowed manually.
v0.7.0
Improve
This version uses vite's internal css plugin to generate css.
v0.6.4
Patches
- Fix windows system can't match virtual file id.
- Fix hijack vite's css plugin missing plugin context.
v0.6.3
Patches
- Respect
enableStylexExtend
option.
v0.6.2
Patches
- Fix side effect of bunding phase can't handle import with raw suffix.
v0.6.1
Patches
- Fix missing sync byte offset.