perf(bundler): fine-tuning of Webpack/Rspack optimizations (#11176)

This commit is contained in:
Sébastien Lorber 2025-05-13 13:48:11 +02:00 committed by GitHub
parent dee76f8042
commit 2371ca7b74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 174 additions and 106 deletions

View file

@ -12,6 +12,7 @@ export {
getCSSExtractPlugin,
getCopyPlugin,
getProgressBarPlugin,
registerBundlerTracing,
} from './currentBundler';
export {getMinimizers} from './minification';