3.1.1 • Published 5 years ago

@rikuvan/react-scripts v3.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-scripts

This is a customized version of react-scripts, including:

  1. Support for Less files instead of Sass. You may also optionally include a lessVars.js file from the route of your project, which will be read into the less options as modifedVars.
      module.exports = {
        "@primary-color": "red"
      }
  2. A babel plugin for styled-components class names prefixed with the component name.
  3. babel-plugin-import for importing ant design components.

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