Skip to content

Commit

Permalink
fix(webpack): Updates the webpack with deployment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente committed Dec 12, 2023
1 parent ab4ee0f commit d5ec7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/prod.webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { resolve } from 'path';
import { updateTsLoaderRule } from './common.webpack.config';

const { config: webpackConfig, plugins } = config({
rootFolder: resolve(__dirname, '../')
rootFolder: resolve(__dirname, '../'),
deployment: process.env.BETA ? 'beta/apps' : 'apps'
});

plugins.push(
Expand Down

0 comments on commit d5ec7ce

Please sign in to comment.