2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-14 18:42:31 +03:00
Files
vue-json-viewer/.babelrc
T
2018-09-20 10:33:05 +08:00

10 lines
116 B
Plaintext

{
"presets": [
"es2015"
],
"plugins": [
"transform-vue-jsx",
"transform-object-rest-spread"
]
}