mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
31 lines
638 B
JSON
31 lines
638 B
JSON
{
|
|
"presets": ["@babel/preset-react", "@babel/preset-typescript"],
|
|
"plugins": [
|
|
"@babel/plugin-transform-async-to-generator",
|
|
"@babel/plugin-transform-strict-mode",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
[
|
|
"@babel/plugin-proposal-decorators",
|
|
{
|
|
"legacy": true
|
|
}
|
|
],
|
|
[
|
|
"@babel/plugin-proposal-class-properties",
|
|
{
|
|
"loose": true
|
|
}
|
|
],
|
|
[
|
|
"babel-plugin-styled-components",
|
|
{
|
|
"minify": true,
|
|
"fileName": false,
|
|
"displayName": false,
|
|
"transpileTemplateLiterals": true,
|
|
"pure": true
|
|
}
|
|
]
|
|
]
|
|
}
|