diff --git a/craco.config.js b/craco.config.js index b92fc342..e4a5eac8 100644 --- a/craco.config.js +++ b/craco.config.js @@ -198,7 +198,7 @@ module.exports = { .toString() .replace( /%\w+%/g, - (m) => process.env[m.slice(1, m.length - 1)], + (m) => process.env[m.slice(1, m.length - 1)] || '', ); }, },