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
webpack has three common kinds of code optimization(or may called generalized tree shaking), which includes DCE、side-effects、used-exports, which we will explain in detail.