Skip to content

Commit

Permalink
Merge branch 'main' into hm/integrate-jsx-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Dec 5, 2024
2 parents 84bf09c + 3833c74 commit caa3a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/webpack/build.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { webpack } from 'webpack';
import type WebpackDevServerType from 'webpack-dev-server';
import { noop, logStats, __HMR_READY__ } from './utils/helpers';
import config from './webpack.config.js';
import config from './webpack.config';

// disable browserslist stats as it needlessly traverses the filesystem multiple
// times looking for a stats file that doesn't exist.
Expand Down

0 comments on commit caa3a17

Please sign in to comment.