Skip to content

Commit

Permalink
chore(RHINENG-506): introduce beta/stable check on prod webpack (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholjuraev authored Oct 27, 2023
1 parent c9d7c1f commit 481c0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/prod.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const fedMods = require('./fedMods');
const { config: webpackConfig, plugins } = config({
rootFolder: resolve(__dirname, '../'),
debug: process.env.PROXY_DEBUG === 'true',
...(process.env.BETA === 'true' && { deployment: 'beta/apps' }),
});

webpackConfig.performance = {
Expand Down

0 comments on commit 481c0f2

Please sign in to comment.