stealjs / steal

Gets JavaScript
https://stealjs.com
MIT License
1.37k stars 521 forks source link

Introduce forceES5 flag to skip ES2015 transpilation #1495

Closed m-mujica closed 5 years ago

m-mujica commented 5 years ago

In some situations the target browser supports the ES2015 features transpiled by the ES2015 Babel Preset. Setting this flag to false instructs Steal to not use the ES2015 preset.

Closes #1494

matthewp commented 5 years ago

lgtm