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
Removed specific React preset - merged with normal Babel one. Renamed "latest" to "babel". This makes the transpiler selection really a transpiler selection. (8de65e5)
Updated babel-preset-edge to bundle nodedent-runtime. (7029604)
Updated deps + removed a lot of manual babel presets for preparing real usage of babel-preset-env (c03f354)
Unfortunately dead code only seem to work in combination with other but disabled rules. Disabled it again. (376c248)
Enable dead code elimination for non-minified builds, too + added comment (20bf560)
Fixed missing es2015 preset which we replace with env plugin and empty options == latest (adc31ea)