learnin-some-vue/section-code/.babelrc

6 lines
60 B
Plaintext
Raw Permalink Normal View History

2018-04-18 01:13:16 +00:00
{
"presets": [
["es2015", { "modules": false }]
]
}