We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df69e7a commit f5a2d91Copy full SHA for f5a2d91
lib/cli/commands/build.js
@@ -171,7 +171,6 @@ async function handleBuild(argv) {
171
archive: command === "archive",
172
selfContained: command === "self-contained",
173
jsdoc: command === "jsdoc",
174
- devExcludeProject: argv["dev-exclude-project"],
175
includedTasks: argv["include-task"],
176
excludedTasks: argv["exclude-task"],
177
cssVariables: argv["experimental-css-variables"]
0 commit comments