chore: remove log

This commit is contained in:
winixt 2023-12-14 10:18:40 +08:00
parent fb52fae222
commit de296682af

View File

@ -12,7 +12,7 @@ export default (api, publicPath) => {
acc[`process.env.${cur}`] = JSON.stringify(env[cur]);
return acc;
}, {});
console.log(formatEnv);
return {
...formatEnv,
...define,