Skip to content

Commit

Permalink
fix ad speed benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Jan 14, 2025
1 parent cd3da11 commit 25e6dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.prod.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { PROutPlugin } from './webpack/prout-plugin.mjs';
import { UpdateParameterStorePlugin } from './webpack/update-parameter-store-plugin.mjs';
import config from './webpack.config.mjs';

const prefix = process.env.BUNDLE_PREFIX ?? '[chunkhash]/';
const prefix = process.env.BUNDLE_PREFIX ?? '';

// eslint-disable-next-line import/no-default-export -- webpack config
export default merge(config, {
Expand Down

0 comments on commit 25e6dae

Please sign in to comment.