mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-07-30 18:52:03 +08:00
27 lines
506 B
Plaintext
27 lines
506 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env"
|
|
]
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
]
|
|
}
|
|
},
|
|
"plugins": [
|
|
[
|
|
"babel-plugin-relative-path-import",
|
|
{
|
|
"paths": [
|
|
{
|
|
"rootPathPrefix": "@",
|
|
"rootPathSuffix": "src"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
]
|
|
} |