test-id-loader
v1.0.2
Published
Remove your test id with Webpack
Downloads
9
Maintainers
Readme
Install
npm i -D test-id-loader
Example
webpack.config.js
module.exports = {
module: {
rules: [
{ test: /\.tsx$/, use: 'test-id-loader' }
]
}
};
MIT