fix(plugin-jsx): make babel optional

This commit is contained in:
三咲智子 Kevin Deng 2023-12-04 19:17:28 +08:00
parent f1a8b65559
commit b7190642dc
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E

View File

@ -46,5 +46,10 @@
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
}
}