@gxl/react-scripts
TypeScript icon, indicating that this package has built-in type declarations

2.2.6 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @gxl/react-scripts

Weekly Downloads

1

Version

2.2.6

License

MIT

Unpacked Size

157 kB

Total Files

62

Last publish

Collaborators

  • gaoxiaoliangz