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
fix(bundle): remove post order of node-resolve (#6353)
* fix(bundle): remove post order of node-resolve
node-resolve resolveId hook has been moved to the end of the plugin chain,
so other plugins that were meant to be called after resolve some modules
incorrectly
fixes: #6335
* style: format
---------
Co-authored-by: Fabrice Tsiava <[email protected]>
0 commit comments