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