{
  "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-plugin.schema.json",

  "taskPlugins": [
    {
      "pluginName": "rspack-plugin",
      "entryPoint": "./lib-commonjs/RspackPlugin",
      "optionsSchema": "./lib-commonjs/schemas/heft-rspack-plugin.schema.json",

      "parameterScope": "rspack",
      "parameters": [
        {
          "longName": "--serve",
          "parameterKind": "flag",
          "description": "Start a local web server for testing purposes using @rspack/dev-server.  This parameter is only available when running in watch mode."
        }
      ]
    }
  ]
}
