3.3.1 • Published 4 years ago

@moorthy-g/react-scripts v3.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

!!! Deprecated !!!

This package is deprecated in favor of @moorthy-g/cra-template

@moorthy-g/react-scripts

This package includes scripts and configuration used by Create React App. Please refer to its documentation:

Installation

npx create-react-app my-app --scripts-version @moorthy-g/react-scripts --template @moorthy-g/cra-template
npm start

What are the modifications?

  • LESS replaces SASS
  • Directory structure update (@moorthy-g/cra-template)
  • Doesn't open browser when 'start' script run
  • Enforce angular conventional commit standards (Use commitlint, commitizen & husky).
  • Format staged files in pre-commit hook with prettier & pretty-quick.
  • Use directory-named-webpack-plugin
  • Shorter css modules classname in build
  • No default sourcemap generation in build
  • Include .editorconfig
  • babel.config.js support for additional babel configuration
  • Bundle reporting with "webpack-bundle-analyzer" plugin