simondh's picture
front
cc651f6
|
raw
history blame
263 Bytes
# @svgr/babel-plugin-remove-jsx-empty-expression
## Install
```
npm install --save-dev @svgr/babel-plugin-remove-jsx-empty-expression
```
## Usage
**.babelrc**
```json
{
"plugins": ["@svgr/babel-plugin-remove-jsx-empty-expression"]
}
```
## License
MIT