@t3/react-scripts
v1.2.1
Published
Configuration and scripts for Create React App.
Downloads
8
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
.scss
file in thesrc
directorywebpack-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.yml
file that runs a simple build > test > lint pipeline over the project. By default linter failures will only output warnings.