Releases: effector/swc-plugin
Releases · effector/swc-plugin
v0.6.0
v0.5.2
v0.5.1
v0.5.0
Notable Changes
- The build process for the plugin now includes an additional optimization pass, reducing the size of unpacked plugin from 2.3 MB to just ~900 KB with no impact on performance.
- To improve NextJS compatibility, a list of supported versions was expanded. The
swc1.4.0
label has been reinstated, and two new labels were addedswc1.6.0
andswc1.7.0
. - We added an Additional documentation to support NextJS users, sharing details regarding setup and supported labels/versions.
Minor Changes
- 0cbf8b8: Add
[email protected]
plugin build & return@0.89.x
build - 8f2f9e5: Add optimization pass to build script (
wasm-opt
)
v0.4.1
v0.4.0
Notable Changes
swc1.4.0
tag (which is currently also latest) has been combined with swc1.3.106
.
- If you were using a newer
swc1.4.0
tag to install the plugin, you can either uselatest
orswc1.3.106
instead - If you were using an older
swc1.3.106
tag, there're no changes (you'll be using an updatedswc_core
)
swc1.4.0
in NPM will continue to point to v0.3.0
release without changes.
Minor Changes
- 9c29f33: Update dependencies & keep up with SWC updates