Skip to content

Commit

Permalink
Reverted config changes to output build in /stable dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Jan 13, 2025
1 parent ed7462a commit b137a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const commonConfig = ({ dev }) => {
}
: path.resolve(__dirname, '../src/index.ts'),
output: {
path: path.resolve(__dirname, '../build/stable/js'),
path: path.resolve(__dirname, '../build/js'),
// the HMR needs dynamic entry filename to remove name conflicts
filename: dev ? '[name].js' : 'chrome-root.[contenthash].js',
hashFunction: 'xxhash64',
Expand Down Expand Up @@ -196,7 +196,7 @@ const pfConfig = {
'pf-v6': path.resolve(__dirname, '../src/sass/pf-6-assets.scss'),
},
output: {
path: path.resolve(__dirname, '../build/stable/js/pf'),
path: path.resolve(__dirname, '../build/js/pf'),
// the HMR needs dynamic entry filename to remove name conflicts
filename: '[name].js',
publicPath: `auto`,
Expand Down

0 comments on commit b137a27

Please sign in to comment.