26 lines
532 B
Plaintext
26 lines
532 B
Plaintext
{
|
|
"plugins": [
|
|
"babel-plugin-transform-import-meta",
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"babel-plugin-lodash",
|
|
[
|
|
"babel-plugin-module-resolver",
|
|
{
|
|
"root": ["./src"],
|
|
"alias": {
|
|
"src": "./src",
|
|
"shared": "./src/shared",
|
|
"style": "./src/style",
|
|
"utils": "./src/utils"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-typescript",
|
|
"@babel/preset-react"
|
|
]
|
|
}
|