rolldown 1.0.3

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
{
  "config": {
    "input": [
      {
        "name": "entry",
        "import": "entry.jsx"
      }
    ],
    "external": [
      "react"
    ],
    "transform": {
      "jsx": {
        "runtime": "classic"
      }
    }
  },
  "expectExecuted": false
}