1.0.3 • Published 7 years ago
react-app-rewire-svgstore-plugin v1.0.3
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.