Skip to content

@ducanh2912/[email protected]

Compare
Choose a tag to compare
@DuCanhGH DuCanhGH released this 22 Dec 22:06
· 254 commits to master since this release
2856e5e

Minor Changes

  • b6f10be:

    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.

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