mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
chore: fix formatting
This commit is contained in:
parent
a660e87917
commit
c690d16084
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue