Skip to content

Commit

Permalink
fix(react): add deprecated messages to react and next generators
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and Jack Hsu committed Jan 12, 2023
1 parent b197679 commit 1c9a6dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/generated/packages/next/executors/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"customServerPath": {
"type": "string",
"description": "Use a custom server script. (Use `customServerTarget` instead)",
"x-deprecated": true
"description": "Use a custom server script.",
"x-deprecated": "Use `customServerTarget` instead."
},
"hostname": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/packages/react/generators/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"buildable": {
"type": "boolean",
"default": false,
"description": "Generate a buildable library that uses rollup to bundle. Use 'bundler' option instead for greater control (none, vite, rollup).",
"x-deprecated": true
"description": "Generate a buildable library that uses rollup to bundle.",
"x-deprecated": "Use the `bundler` option for greater control (none, vite, rollup)."
},
"importPath": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions packages/next/src/executors/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"customServerPath": {
"type": "string",
"description": "Use a custom server script. (Use `customServerTarget` instead)",
"x-deprecated": true
"description": "Use a custom server script.",
"x-deprecated": "Use `customServerTarget` instead."
},
"hostname": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/generators/library/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
"buildable": {
"type": "boolean",
"default": false,
"description": "Generate a buildable library that uses rollup to bundle. Use 'bundler' option instead for greater control (none, vite, rollup).",
"x-deprecated": true
"description": "Generate a buildable library that uses rollup to bundle.",
"x-deprecated": "Use the `bundler` option for greater control (none, vite, rollup)."
},
"importPath": {
"type": "string",
Expand Down

0 comments on commit 1c9a6dc

Please sign in to comment.