react-app-rewired

v2.1.1
Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts

build

yarn --cwd 'test/react-app' build

clean

rm -rf node_modules

setup

yarn deps && yarn link && yarn --cwd 'test/react-app' link 'react-app-rewired'

start

yarn --cwd 'test/react-app' start

teardown

yarn unlink && yarn clean && yarn --cwd 'test/react-app' clean

test

yarn --cwd 'test/react-app' test

deps

yarn && yarn --cwd 'test/react-app'

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/11/2019

Downloads