Files
robin 344562baf4 up
2022-04-12 00:51:40 +08:00

19 lines
360 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"plugins": [
["@babel/plugin-proposal-decorators",{"legacy": true}],
// ["@babel/plugin-proposal-class-properties",{"loose": true}],
// ["babel-plugin-webpack-alias", { "config": "./webpack.config.js" } ]
]
}