Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Dec 14, 2023
1 parent fb52fae commit de29668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fes-builder-vite/src/common/getDefine.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default (api, publicPath) => {
acc[`process.env.${cur}`] = JSON.stringify(env[cur]);
return acc;
}, {});
console.log(formatEnv);

return {
...formatEnv,
...define,
Expand Down

0 comments on commit de29668

Please sign in to comment.