Skip to content

Commit

Permalink
fix(bundling): add type for bundler option to enable autocomplete pro…
Browse files Browse the repository at this point in the history
…mpt (#13384)
  • Loading branch information
FrozenPandaz committed Nov 24, 2022
1 parent 49b5ff5 commit 020795c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/generated/packages/js.json
Expand Up @@ -122,6 +122,7 @@
},
"bundler": {
"description": "The bundler to use.",
"type": "string",
"enum": ["none", "esbuild", "rollup", "webpack"],
"default": "none"
},
Expand Down
1 change: 1 addition & 0 deletions docs/generated/packages/react.json
Expand Up @@ -242,6 +242,7 @@
},
"bundler": {
"description": "The bundler to use.",
"type": "string",
"enum": ["vite", "webpack"],
"x-prompt": "Which bundler do you want to use?",
"default": "webpack"
Expand Down
1 change: 1 addition & 0 deletions packages/js/src/generators/library/schema.json
Expand Up @@ -105,6 +105,7 @@
},
"bundler": {
"description": "The bundler to use.",
"type": "string",
"enum": ["none", "esbuild", "rollup", "webpack"],
"default": "none"
},
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/generators/application/schema.json
Expand Up @@ -183,6 +183,7 @@
},
"bundler": {
"description": "The bundler to use.",
"type": "string",
"enum": ["vite", "webpack"],
"x-prompt": "Which bundler do you want to use?",
"default": "webpack"
Expand Down

1 comment on commit 020795c

@vercel
Copy link

@vercel vercel bot commented on 020795c Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.