Files
bamboo/.babelrc
T
robin a593253a63 up
2022-04-05 02:52:41 +08:00

20 lines
260 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"plugins": [
[
"babel-plugin-webpack-alias",
{
"config": "./webpack.config.js"
}
]
]
}