Skip to content

0.3.0

Compare
Choose a tag to compare
@SukkaW SukkaW released this 16 Apr 20:03
· 123 commits to master since this release
  • Completely disable swc minify during rollup's transform phase.
    • Now all minify will be done in rollup's renderChunk phase, which is a one-pass process, resulting in even faster build performance.
  • Remove the workaround for rollup's virtual module that is introduced in 0.1.2 (#1)
    • swc has fixed the issue, and the corresponding test case has been added in swc-project/swc#4255
    • The peerDependencies of swc has been updated to >=1.2.165. You will need to bump the version of swc to 1.2.165 or higher after this release.