mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Update to angular 19
This commit is contained in:
+2
-2
@@ -334,11 +334,11 @@ if (argv.main) {
|
||||
}
|
||||
|
||||
if (argv.beta) {
|
||||
webpackArgs.push('--env.beta');
|
||||
webpackArgs.push('--env', 'beta');
|
||||
}
|
||||
|
||||
if (argv.timing) {
|
||||
webpackArgs.push('--env.timing');
|
||||
webpackArgs.push('--env', 'timing');
|
||||
}
|
||||
|
||||
const webpackProd = npmScript(webpackScript, webpackArgs);
|
||||
|
||||
Reference in New Issue
Block a user