19 lines
360 B
Plaintext
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" } ]
|
|
|
|
]
|
|
}
|