support mergeProps

This commit is contained in:
Amour1688
2020-05-16 21:24:51 +08:00
parent 8f18b5630a
commit 42e3292779
5 changed files with 369 additions and 241 deletions

View File

@ -1,8 +1,6 @@
{
"presets": [
"@babel/env"
],
"plugins": [
"@babel/env",
"./src/index.js"
]
}