We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6050628 commit 2140d04Copy full SHA for 2140d04
src/cli.js
@@ -172,7 +172,7 @@ switch (args._[0]) {
172
minify: args["--minify"],
173
externals: args["--external"],
174
sourceMap: args["--source-map"] || run && args["--minify"],
175
- cacheDirectory: args["--no-cache"] ? false : undefined,
+ cache: args["--no-cache"] ? false : undefined,
176
watch: args["--watch"]
177
}
178
);
0 commit comments