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
Avoid referencing allDialects outside of function calls
That will break tree-shaking as allDialects object gets used
regardless of whether any function gets executed, so Webpack
ends up bundling all the languages.
0 commit comments