mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 17:49:16 +08:00
9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"@babel/env"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"./src/index.js"
|
||
|
]
|
||
|
}
|