@rikuvan/react-scripts
v3.1.1
Published
Configuration and scripts for Create React App.
Readme
react-scripts
This is a customized version of react-scripts, including:
- Support for Less files instead of Sass. You may also optionally include a
lessVars.jsfile from the route of your project, which will be read into the less options asmodifedVars.
module.exports = {
"@primary-color": "red"
}- A babel plugin for
styled-componentsclass names prefixed with the component name. babel-plugin-importfor importing ant design components.
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
