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
Since by default all the modules are converted to commonJS by babel, we will not be able to implement tree shaking. So inorder to implement tree shaking by default the modules false should be injected to presets of env.
The text was updated successfully, but these errors were encountered:
Since by default all the modules are converted to commonJS by babel, we will not be able to implement tree shaking. So inorder to implement tree shaking by default the modules false should be injected to presets of env.
The text was updated successfully, but these errors were encountered: