rolldown 1.0.0

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
{
  "config": {
    "input": [
      {
        "name": "entry",
        "import": "entry.js"
      }
    ],
    "resolve": {
      "alias": [
        [
          "@plugin",
          [
            "node_modules"
          ]
        ]
      ]
    }
  },
  "expectExecuted": false,
  "expectError": true
}