mirror of
https://github.com/qishibo/AnotherRedisDesktopManager.git
synced 2025-12-08 20:59:50 +00:00
13 lines
250 B
JSON
13 lines
250 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"
|
|
]
|
|
}
|