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
Yeah, I brought it up because you mention in #702 that tree-shaking may not be taking place. Files imported through require() can't be tree shaken, so I tried an import statement. But it only made a tiny difference just for that file... The rest of it seems to be tree shaken.
What is the need for a require statement here? Can't we use good old ESModule imports?
auspice/src/index.js
Line 38 in 536f33e
The text was updated successfully, but these errors were encountered: