.babelrc 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 { "presets": ["es2015"], "plugins": [ "transform-runtime", "transform-vue-jsx", "transform-object-rest-spread", "syntax-dynamic-import", "transform-class-properties", "syntax-async-functions", "transform-async-to-generator" ] }