vue-svg-pan-zoom/.storybook/.babelrc

7 lines
151 B
Plaintext
Raw Normal View History

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