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

3.1.1 • Public • Published

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"
  }
  1. A babel plugin for styled-components class names prefixed with the component name.
  2. babel-plugin-import for importing ant design components.

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

Dependencies (56)

Dev Dependencies (2)

Package Sidebar

Install

npm i @rikuvan/react-scripts

Weekly Downloads

20

Version

3.1.1

License

MIT

Unpacked Size

258 kB

Total Files

64

Last publish

Collaborators

  • rikuvan