diff options
| author | 2020-12-30 22:39:24 +0000 | |
|---|---|---|
| committer | 2020-12-30 22:39:24 +0000 | |
| commit | ae29d42611a5dc3209ca8dde10f752009b3644e0 (patch) | |
| tree | 48ff6855ce2bcfcc14a2babb8a7ab0e759048f97 | |
| parent | Merge pull request #66 from python-discord/renovate/node-14.x (diff) | |
Pass CONTEXT environment variable
| -rw-r--r-- | webpack.config.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/webpack.config.js b/webpack.config.js index 4694322..2d13ac2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -85,7 +85,8 @@ module.exports = {          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/" +        BACKEND_URL: "https://forms-api.pythondiscord.com/", +        CONTEXT: "development"      }), new HtmlWebpackPlugin({          inject: true,          template: 'public/index.html' | 
