react-app-rewire-svgstore-plugin
v1.0.3
Published
Adds [`webpack-svgstore-plugin`](https://github.com/mrsum/webpack-svgstore-plugin) to your [`react-app-rewired`](https://github.com/timarney/react-app-rewired) config.
Readme
react-app-rewire-svgstore-plugin
Adds webpack-svgstore-plugin to your react-app-rewired config.
TOCs
Installation
yarn add react-app-rewire-svgstore-plugin -DUsage
Within your react-app-rewire config:
const svgstorePlugin = require('react-app-rewire-svgstore-plugin')
config = svgstorePlugin(config, env, {
})
See the webpack-svgstore-plugin docs for more information.
