1.0.3 • Published 5 years ago

react-app-rewire-svgstore-plugin v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

react-app-rewire-svgstore-plugin

Adds webpack-svgstore-plugin to your react-app-rewired config.

npm MIT License Travis

TOCs

Installation

yarn add react-app-rewire-svgstore-plugin -D

Usage

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.