{ "name": "convert-to-inferred", "factory": "./src/generators/convert-to-inferred/convert-to-inferred#convertToInferred", "schema": { "$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 } }, "presets": [] }, "description": "Convert existing Webpack project(s) using `@nx/webpack:wepack` executor to use `@nx/webpack/plugin`.", "implementation": "/packages/webpack/src/generators/convert-to-inferred/convert-to-inferred#convertToInferred.ts", "aliases": [], "hidden": false, "path": "/packages/webpack/src/generators/convert-to-inferred/schema.json", "type": "generator" }