npm.io
2.3.29 • Published 6 years agoCLI

musefind-react-scripts

Licence
ISC
Version
2.3.29
Deps
50
Size
188 kB
Vulns
13
Weekly
60

musefind-react-scripts

Version: 2.0.1

Provides a fork of create-react-app react-scripts that ads the following features:

  • decorators
  • sass
  • imports loader
  • resolve url loader

Usage

create-react-app --scripts-version musefind-react-scripts APP_NAME
Migrating an Existing Application

Change react-scripts in package.json to musefind-react-scripts.

I also then recommend running:

rm -rf node_modules
npm install