react-app-rewire-modernizr

0.2.1 • Public • Published

react-app-rewire-modernizr

Adds modernizr-loader to your react-app-rewired config.

npm MIT License Travis

TOCs

Installation

npm i react-app-rewire-modernizr -D

or

yarn add react-app-rewire-modernizr -D

Usage

Within your react-app-rewire config:

const modernizrPlugin = require('react-app-rewire-modernizr')
 
// Adds support for modernizr
config = modernizrPlugin(
  config,
  env,
  path.resolve(__dirname, "path/to/.modernizrrc")
)

Package Sidebar

Install

npm i react-app-rewire-modernizr

Weekly Downloads

0

Version

0.2.1

License

MIT

Unpacked Size

8.48 kB

Total Files

8

Last publish

Collaborators

  • ctrlplusb