babel插件删除测试ID Babel插件从JSX中删除data-test-id属性 安装 $ npm install babel-plugin-remove-test-ids --save 用法 .babelrc { " plugins " : [ " remove-test-ids " ] } ...您还可以使用您的属性对其进行配置! { " plugins " : [ [ " remove-test-ids " , { " attributes " : [ " data-test " , " data-custo