Created
September 26, 2018 05:51
-
-
Save wataruoguchi/88ebd1f8d53a1d6975a4c0ec800e1ca2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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