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
Tree shakers like Webpack leverage the sideEffect property in libraries package.json. We should confirm that sideEffect: false won't have any negative impact so that tree shaking can be more effective.
The text was updated successfully, but these errors were encountered:
Tree shakers like Webpack leverage the
sideEffect
property in libraries package.json. We should confirm thatsideEffect: false
won't have any negative impact so that tree shaking can be more effective.The text was updated successfully, but these errors were encountered: