We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a1e39 commit fca7722Copy full SHA for fca7722
src/cli.ts
@@ -54,6 +54,7 @@ const argv = cli({
54
}],
55
description: 'Compile-time environment variables (eg. --env.NODE_ENV=production)',
56
},
57
+ // TODO: rename to conditions and -C flag like Node.js
58
exportCondition: {
59
type: [String],
60
description: 'Export conditions for resolving dependency export and import maps (eg. --export-condition=node)',
0 commit comments