Releases: thomasmendez/react-template-simple-site
Releases · thomasmendez/react-template-simple-site
Webpack & Documentation Updates
Fixes
- Hot reload no longer shows errors #6
Updates
- Updated README.md to show how to setup VSCode with Yarn Berry for auto ESLint fix on save #6
- Updated eslint-webpack-plugin and html-webpack-plugin to use the lastest versions #6
- Updated README.md to include instructions for enabling Husky Git Hooks #6
- Updated instructions for having VSCode detect jsx files with ESLint rules #6
Yarn Package Manager
Features
- add latest Yarn version (3.1.0) with Yarn 2 features #5
- Updated dev dependencies without having conflicting dependencies #5
- ESLint can lint
.jsx
extensions #5 - Webpack can now use
.jsx
extensions for dev and build #5 package.json
now uses yarn commands in scripts #5- Husky Git Hooks now uses
yarn
commands #5 - Updated documentation to include Yarn commands and features #5
- GitHub Workflow now uses yarn commands for steps #5
React Template Simple Site
React Template Simple Site
Initial project release. Contains all required files for a React project wanting to use Webpack, Babel, ESLint, Husky, Jest and React Testing Library