From e065914a6fea70c25e117d8aaca466b59bcad5c6 Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 13 Jan 2022 17:25:07 +0100 Subject: Menu, DiscDAG loading --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webpack.config.js') 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({ -- cgit v1.2.3