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