Skip to content

Commit 2140d04

Browse files
guybedfordrauchg
authored andcommitted
fix --no-cache flag (#219)
1 parent 6050628 commit 2140d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ switch (args._[0]) {
172172
minify: args["--minify"],
173173
externals: args["--external"],
174174
sourceMap: args["--source-map"] || run && args["--minify"],
175-
cacheDirectory: args["--no-cache"] ? false : undefined,
175+
cache: args["--no-cache"] ? false : undefined,
176176
watch: args["--watch"]
177177
}
178178
);

0 commit comments

Comments
 (0)