我的npm build命令我的项目如下:
babel src --out-dir build --copy-files --extensions \".ts,.tsx\" --source-maps inline
这相当长,并且正在通过在配置文件中提供这些选项来寻找替代方法。类似于Webpack的webpack.config.js
或TypeScript编译器的tsconfig.json
我认为可以在我的.babelrc
文件中执行此操作,但是according to the docs却看不到任何options。
也许我可能错过了什么?