aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-01-13 16:25:07 +0000
committers-ol <s+removethis@s-ol.nu>2022-01-13 17:26:21 +0000
commite065914a6fea70c25e117d8aaca466b59bcad5c6 (patch)
tree9c003c80318427f4486691b84576233ad7742816 /webpack.config.js
parentuse @container:@id in defualt graph (diff)
downloadfedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.tar.gz
fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.zip
Menu, DiscDAG loading
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
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({