{
  "$schema": "http://json-schema.org/schema",
  "$id": "NxWebpackInit",
  "cli": "nx",
  "title": "Init Webpack Plugin",
  "description": "Init Webpack Plugin.",
  "type": "object",
  "properties": {
    "compiler": {
      "type": "string",
      "enum": ["babel", "swc", "tsc"],
      "description": "The compiler to initialize for.",
      "default": "babel"
    },
    "skipFormat": {
      "description": "Skip formatting files.",
      "type": "boolean",
      "default": false
    }
  },
  "required": []
}
