@gofore/react-scripts
v3.0.0
Published
Custom configuration and scripts based on Create React App. v3.0.0
Downloads
1
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.js
file from the route of your project, which will be read into the less options asmodifedVars
.
module.exports = {
"@primary-color": "red"
}
- A babel plugin for
emotionjs
css-in-js optimazations, source maps, and class names.
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.