Skip to content
Snippets Groups Projects
Commit 92e836ff authored by Hermann's avatar Hermann
Browse files

fix copy-paste error from networkConfig overwrite in production

was still the version from the webpage
parent 7a226757
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ config.plugins = [ ...@@ -22,7 +22,7 @@ config.plugins = [
]; ];
// Replace development with production config // Replace development with production config
config.resolve.alias.config = `${__dirname}/config.${process.env.BUILD_CONFIG_POSTFIX}.js`; config.resolve.alias.networkConfig = `${__dirname}/src/networkConfig.${process.env.BUILD_CONFIG_POSTFIX}.js`;
module.exports = config; module.exports = config;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment