aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-02-07 00:34:16 +0000
committerGravatar GitHub <[email protected]>2021-02-07 00:34:16 +0000
commit72ad4f5a3e86e0db737619ae28d695d078c201be (patch)
tree993331a3ceed85267c72507d942a3be22c0db7c8 /webpack.config.js
parentMerge pull request #128 from python-discord/dependabot/npm_and_yarn/webpack-5... (diff)
parentMerge branch 'main' into cleanup-depends (diff)
Merge pull request #129 from python-discord/cleanup-depends
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 9d6e73c..35c90a7 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -88,9 +88,9 @@ module.exports = {
}, ],
}), new webpack.EnvironmentPlugin({
NODE_ENV: "production",
- REACT_APP_SHA: "development",
+ BRANCH: "development",
+ COMMIT_REF: "development",
REACT_APP_SENTRY_DSN: "https://[email protected]/1234",
- REACT_APP_BRANCH: "development",
REACT_APP_OAUTH2_CLIENT_ID: "0",
BACKEND_URL: "https://forms-api.pythondiscord.com/",
CONTEXT: "development"