Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Created September 26, 2018 05:51
Show Gist options
  • Save wataruoguchi/88ebd1f8d53a1d6975a4c0ec800e1ca2 to your computer and use it in GitHub Desktop.
Save wataruoguchi/88ebd1f8d53a1d6975a4c0ec800e1ca2 to your computer and use it in GitHub Desktop.
babel: {
presets: [
'es2015',
'stage-0'
],
plugins: [
['transform-runtime', {
'polyfill': true,
'regenerator': true,
}]
],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment