react-app-rewired

v2.2.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'
npm i react-app-rewired

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/15/2022

Downloads

Maintainers