mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
stop manually enabling babel/terser options for super old browsers
This commit is contained in:
@@ -59,7 +59,7 @@ function optimizeHtml() {
|
||||
function optimizeImages() {
|
||||
// allow skipping this step via an env variable to save time during CI, etc.
|
||||
if (process.env.SKIP_OPTIMIZE_IMAGES === "true") {
|
||||
console.log("Skipping image optimization...");
|
||||
console.warn("Skipping image optimization...");
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user