Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 793 Bytes

✨ @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