Skip to content

Introduce forceES5 flag to skip ES2015 transpilation

Compare
Choose a tag to compare
@m-mujica m-mujica released this 05 Mar 21:35
· 46 commits to master since this release
{
   "steal": {
      "forceES5": false // defaults to true
   }
}

when set to false, Steal.js does not include the ES2015 preset. This is useful when the target browser supports all of the syntax/features transpiled by the ES2015 preset.