vue-svg-pan-zoom/.babelrc

8 lines
173 B
Plaintext
Raw Normal View History

2018-01-09 23:57:25 +00:00
{
"plugins":
["transform-decorators-legacy","transform-class-properties","transform-function-bind",],
"presets":[
"es2015", "stage-1", "stage-0"
]
}