Getting Started
Installation
json
{
"name": "project",
"type": "module",
"scripts": {
"build": "rolldown -c"
},
"devDependencies": {
"rolldown": "nightly"
}
}
js
import { defineConfig } from 'rolldown'
export default defineConfig({
input: 'src/main.mjs',
})
Versions
latest
nightly
- published nightlyhttps://pkg.pr.new/rolldown@45f463a
- each commit on main branch published to pkg.pr.new