brk_rolldown 0.8.0

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
{
  "config": {
    "input": [
      {
        "name": "a",
        "import": "./a.cjs"
      },
      {
        "name": "b",
        "import": "./b.cjs"
      }
    ],
    "manualCodeSplitting": {
      "groups": [
        {
          "test": "[ab]\\.cjs",
          "name": "common"
        }
      ]
    }
  },
  "configVariants": [
    {
      "_configName": "no-profiler-names",
      "profilerNames": false
    }
  ]
}