@t3/react-scripts
v1.2.1
Published
Configuration and scripts for Create React App.
Readme
React-scripts - T3
This project is a fork of create-react-apps react scripts directory.
Changes from create-react-app:
SCSS - sass loader has been added and configured to compile any
.scssfile in thesrcdirectorywebpack-bundle-tracker - webpack plugin that exposes the file names for output bundles for Django apps to consume
webpack-bundle-analyzer - webpack plugin that outputs an interactive mapping of the JavaScript bundle to describe JS library sizes
Testing libaries - includes Enzyme, Chai, and Sinon by default for more advanced testing capability
CI - A
.gitlabci.ymlfile that runs a simple build > test > lint pipeline over the project. By default linter failures will only output warnings.
