ant-design-vue/.babelrc

10 lines
169 B
Plaintext
Raw Normal View History

2017-10-26 15:18:08 +08:00
{
"presets": ["env"],
"plugins": [
"transform-vue-jsx",
2017-11-03 12:04:39 +08:00
"transform-object-rest-spread",
2018-01-20 14:33:42 +08:00
"syntax-dynamic-import",
"transform-decorators-legacy"
]
2017-10-26 15:18:08 +08:00
}