Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Apr 16, 2022
1 parent 29c7dfa commit 001f15a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.0

- 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 (https://github.com/SukkaW/rollup-plugin-swc/pull/1)
- swc has fixed the issue, and the corresponding test case has been added in https://github.com/swc-project/swc/pull/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.

## 0.2.0

- Standalone minify plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-swc3",
"version": "0.2.0",
"version": "0.3.0",
"description": "Use SWC with Rollup to transform ESNext and TypeScript code.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 001f15a

Please sign in to comment.