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
Alternate bundler: use built-in minifiers (#77056)
Unlike other built-in plugins, we’re going to use the native minifiers. This was trying to use these exports from `webpack`, where they don’t exist. This updates them to be imported from `@rspack/core` instead.
Test Plan: Build the Rspack example (next PR in this stack)
0 commit comments