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
Babel is pretty large (~2 MB). If the user has already transformed their JS (eg. through Browserify or Webpack) and only uses AddScriptWithoutTransform, we don't need to load Babel at all
Add config option (eg. LoadBabel or something)
If AddScript is called but LoadBabel config option is disabled, throw exception explaining that it won't work
The text was updated successfully, but these errors were encountered:
Babel is pretty large (~2 MB). If the user has already transformed their JS (eg. through Browserify or Webpack) and only uses
AddScriptWithoutTransform
, we don't need to load Babel at allLoadBabel
or something)AddScript
is called butLoadBabel
config option is disabled, throw exception explaining that it won't workThe text was updated successfully, but these errors were encountered: