hugo-theme-even/src/.babelrc

11 lines
160 B
Text
Raw Normal View History

2017-08-27 14:38:42 +00:00
{
"presets": ["es2015","stage-2"],
"plugins": [
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
],
"ignore": []
}