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 a420f23 commit 4d88615Copy full SHA for 4d88615
src/Commands/BuildCommand.php
@@ -76,12 +76,12 @@ public function handle()
76
77
private function shouldVersion(): bool
78
{
79
- return $this->option('digest') || $this->option('production');
+ return $this->option('digest') || $this->option('prod');
80
}
81
82
private function shouldMinify(): bool
83
84
- return $this->option('minify') || $this->option('production');
+ return $this->option('minify') || $this->option('prod');
85
86
87
protected function ensureAssetIsVersioned(string $generatedFile): string
0 commit comments