nightly builds of @swc/core are now available
Today, we configured the build pipeline for nightly builds of @swc/core. You can try it by running the command below in your terminal.
# npm
npm i -D @swc/core@nightly
# yarn
yarn add -D @swc/core@nightly
# pnpm
pnpm i -D @swc/core@nightly
nightly b...
blog.swc.rs1 min read