Skip to content

Commit

Permalink
refactor(core): replaced babel with swc [bump ver]
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Dec 22, 2022
1 parent b6f10be commit 5e69c53
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .changeset/seven-ways-explode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@
"@ducanh2912/next-pwa": minor
---

refactor: replaced babel with swc
# Core

refactor(core): replaced babel with swc.

- This version replaces babel-loader with swc-loader when building fallback workers and custom workers so that we don't have to use the old `next/babel` anymore.

- There should be no changes needed except for deleting babel-loader and @babel/core from your `devDependencies` if you don't need them anymore, because this package doesn't.

# Examples

refactor(examples): converted every example to Typescript, renamed some, deprecated some.

0 comments on commit 5e69c53

Please sign in to comment.