vue-svg-pan-zoom/.babelrc
2018-01-09 18:57:25 -05:00

8 lines
173 B
Plaintext

{
"plugins":
["transform-decorators-legacy","transform-class-properties","transform-function-bind",],
"presets":[
"es2015", "stage-1", "stage-0"
]
}