Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@kireevmp kireevmp released this 06 Jul 19:41

Notable Changes

The support for @swc/[email protected], along with Next.js v14, was dropped. If you can't upgrade your runtime, you may continue to use the v0.7.1 plugin version via @swc1.4.0 label.

Deprecations

For Hot Module Replacement hmr option, the value "none" has been renamed to false, matching the behavior of effector/babel-plugin.

If you were using hmr: "none" explicitly, update your configuration to pass hmr: false instead.

Minor Changes

Patch Changes