mirror of
https://github.com/qishibo/AnotherRedisDesktopManager.git
synced 2025-12-08 20:59:50 +00:00
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"presets": [
|
|
"@babel/env",
|
|
"@vue/babel-preset-jsx"
|
|
],
|
|
"sourceType": "unambiguous",
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
]
|
|
} |