3.0.0 • Published 5 years ago

@gofore/react-scripts v3.0.0

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 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: