You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parallel and swcMinify option of the TerserPlugin
Using CssMinimizerPlugin for CSS compression
The text was updated successfully, but these errors were encountered:
patricklafrance
changed the title
Improve webpack JS/CSS minification similar to how Next.js is doing it
[feat] Improve webpack JS/CSS minification similar to how Next.js is doing it
Oct 28, 2024
Source code for Next.js: https://github.com/vercel/next.js/blob/canary/packages/next/src/build/webpack-config.ts#L1810
What's interesting are:
cacheDir
option for the TerserPluginparallel
andswcMinify
option of the TerserPluginThe text was updated successfully, but these errors were encountered: