artirigo-react-scripts
v1.1.0
Published
Configuration and scripts for Create React App, customized for Artirigo AG; matches v1.1.0
Downloads
5
Readme
NOTE
react-scripts
are adapted to
- include
css-modules
and thestage-0
-preset for babel. - fix a bug with
style-loader
andcss-modules
, - include more PostCSS-plugins:
postcss-cssnext
,postcss-focus
,postcss-reporter
.
They can be found in the npm
-registry under artirigo-react-scripts
and are currently matching v1.1.0 of react-scripts
.
react-scripts
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.