From 7bcd1e44d3f78a4120be295f6a31b57917cee563 Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 12 Jan 2022 10:19:47 +0100 Subject: add instructions and commands for local CORS proxy --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 318bc35..ac522d6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -27,7 +27,7 @@ module.exports = { new webpack.EnvironmentPlugin({ NODE_ENV: 'production', DEBUG: false, - CORS_ORIGIN: null, + CORS_PREFIX: null, }), new HtmlWebpackPlugin({ title: 'FediDag' -- cgit v1.2.3