@rikuvan/react-scripts

Configuration and scripts for Create React App.

Usage no npm install needed!

<script type="module">
  import rikuvanReactScripts from 'https://cdn.skypack.dev/@rikuvan/react-scripts';
</script>

README

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: