{
  "$schema": "https://json-schema.org/schema",
  "$id": "NxWebpackConvertToInferred",
  "description": "Convert existing Webpack project(s) using `@nx/webpack:wepack` executor to use `@nx/webpack/plugin`.",
  "title": "Convert a Webpack project from executor to plugin",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The project to convert from using the `@nx/webpack:webpack` executor to use `@nx/webpack/plugin`. If not provided, all projects using the `@nx/webpack:webpack` executor will be converted.",
      "x-priority": "important"
    },
    "skipFormat": {
      "type": "boolean",
      "description": "Whether to format files.",
      "default": false
    }
  }
}
