34 lines
948 B
JSON
34 lines
948 B
JSON
{
|
|
"name": "init",
|
|
"factory": "./src/generators/init/init#rollupInitGenerator",
|
|
"schema": {
|
|
"$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": [],
|
|
"presets": []
|
|
},
|
|
"description": "Initialize the `@nrwl/rollup` plugin.",
|
|
"aliases": ["ng-add"],
|
|
"hidden": true,
|
|
"implementation": "/packages/rollup/src/generators/init/init#rollupInitGenerator.ts",
|
|
"path": "/packages/rollup/src/generators/init/schema.json",
|
|
"type": "generator"
|
|
}
|