Skip to content

Releases: thomasmendez/react-template-simple-site

Webpack & Documentation Updates

16 Nov 21:12
47422d9
Compare
Choose a tag to compare

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

10 Nov 06:39
de3b84a
Compare
Choose a tag to compare

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

19 Sep 00:33
df167dc
Compare
Choose a tag to compare

Features

  • add Prettier to lint-staged #3
  • Webpack now shows lint errors and warnings on dev and prod #4

Bugfixes

  • Husky was updated to use the latest version 7.0.2 #2
  • webpack.dev.js now reloads browser on file save for files modified in src directory #4

React Template Simple Site

25 Aug 02:43
Compare
Choose a tag to compare

Initial project release. Contains all required files for a React project wanting to use Webpack, Babel, ESLint, Husky, Jest and React Testing Library