mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-02 03:33:19 +08:00
Use babel relative import path
This commit is contained in:
@@ -10,5 +10,18 @@
|
||||
"@babel/preset-env"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
[
|
||||
"babel-plugin-relative-path-import",
|
||||
{
|
||||
"paths": [
|
||||
{
|
||||
"rootPathPrefix": "@",
|
||||
"rootPathSuffix": "src"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user