We forgot to rename these in the init generator descriptions. This affects tutorials since we've been including the terminal output with the wrong scope. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
25 lines
873 B
JSON
25 lines
873 B
JSON
{
|
|
"name": "Nx rollup",
|
|
"version": "0.1",
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#rollupInitGenerator",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Initialize the `@nx/rollup` plugin.",
|
|
"aliases": ["ng-add"],
|
|
"hidden": true
|
|
},
|
|
"configuration": {
|
|
"aliases": ["rollup-project"],
|
|
"factory": "./src/generators/configuration/configuration",
|
|
"schema": "./src/generators/configuration/schema.json",
|
|
"description": "Add rollup configuration to a project."
|
|
},
|
|
"convert-to-inferred": {
|
|
"factory": "./src/generators/convert-to-inferred/convert-to-inferred",
|
|
"schema": "./src/generators/convert-to-inferred/schema.json",
|
|
"description": "Convert existing Rollup project(s) using `@nx/rollup:*` executors to use `@nx/rollup/plugin`."
|
|
}
|
|
}
|
|
}
|