3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

chore: fix formatting

This commit is contained in:
Dragory 2023-04-01 14:32:23 +03:00
parent a660e87917
commit c690d16084
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -163,7 +163,7 @@ let config = {
},
};
if (process.env.NODE_ENV === "web") config.plugins.push(new webpack.EnvironmentPlugin(['NODE_ENV', 'API_URL']));
if (process.env.NODE_ENV === "web") config.plugins.push(new webpack.EnvironmentPlugin(["NODE_ENV", "API_URL"]));
if (process.env.NODE_ENV === "production") {
config = merge(config, {