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 package.json has indicated the module is sideEffect: false there shouldn't be a need for the babel plugin anymore as tree shaking will remove the unused portions.
I have at least verified this to be the case in Expo when I did eas update and I got the same package size with the plugin and without the plugin enable.
The text was updated successfully, but these errors were encountered:
Since
package.json
has indicated the module issideEffect: false
there shouldn't be a need for the babel plugin anymore as tree shaking will remove the unused portions.I have at least verified this to be the case in Expo when I did
eas update
and I got the same package size with the plugin and without the plugin enable.The text was updated successfully, but these errors were encountered: