diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-13 16:25:07 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-13 17:26:21 +0000 |
| commit | e065914a6fea70c25e117d8aaca466b59bcad5c6 (patch) | |
| tree | 9c003c80318427f4486691b84576233ad7742816 /webpack.config.js | |
| parent | use @container:@id in defualt graph (diff) | |
| download | fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.tar.gz fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.zip | |
Menu, DiscDAG loading
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index ac522d6..62ce3a6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -27,6 +27,8 @@ module.exports = { new webpack.EnvironmentPlugin({ NODE_ENV: 'production', DEBUG: false, + PUBLIC_URL: null, + API_PREFIX: null, CORS_PREFIX: null, }), new HtmlWebpackPlugin({ |
