npm.io
0.6.4 • Published 9 years agoCLI

musefind-react-scripts

Licence
ISC
Version
0.6.4
Deps
50
Size
192 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