hugo-theme-even/.babelrc

6 lines
88 B
Text
Raw Normal View History

{
"presets": ["env", "stage-3"],
"plugins": ["transform-runtime"],
"ignore": []
}