Skip to content

gaoxiaoliangz/react-scripts

 
 

Repository files navigation

✨ @gxl/react-scripts ✨

This is a fork of react-scripts. Added features includes:

  • css source map support in development
  • added config.js to support customizing webpack and webpack dev server
  • alias @ -> src
  • added injectBabelPlugin, injectModuleRule & injectWebpackPlugin util functions to conveniently modify webpack config
  • added support for react scoped css

You can create your new react project using

create-react-app app_name --scripts-version=@gxl/react-scripts

or use in an existing create-react-app project (which hasn't been ejected yet)

npm install @gxl/react-scripts --save-dev
npm remove react-scripts

About

A configurable version of create react app

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Shell 1.3%
  • Other 0.5%