Licence
ISC
Version
2.2.12
Deps
51
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_NAMEMigrating an Existing Application
Change react-scripts in package.json to musefind-react-scripts.
I also then recommend running:
rm -rf node_modules
npm install