diff --git a/README.md b/README.md index 08c0f55..d1edf7a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ or yarn build:prod ``` -## History/Steps +## The commit history story - [Setting up the React app](https://github.com/ashleemboyer/webpack-typescript-jest-less/commit/af60ed8678e349ba6596890f795419011b2bebf8) - [Upgrading webpack and loaders](https://github.com/ashleemboyer/webpack-typescript-jest-less/commit/4ee89641b96c6999916b4fade7eddeff78acee1f) @@ -39,3 +39,5 @@ yarn build:prod - [Converting everything to TypeScript](https://github.com/ashleemboyer/webpack-typescript-jest-less/commit/2a3c383606f747aad8da73b408c9f37dd3e4f2a3) - [Adding Jest and Enzyme](https://github.com/ashleemboyer/webpack-typescript-jest-less/commit/7cca2ab4b584dd1c760b56d4f73e502fd761d901) - [Adding webpack rule for .module.less files](https://github.com/ashleemboyer/webpack-typescript-jest-less/commit/e20cec48cc9f525bcc534decb80aafec03d96f87) +- [Setting up a build command](https://github.com/ashleemboyer/webpack-typescript-jest-less/commit/57dc4d1ba4f380f4bcecce42b8d0dc25e0225237) +- [Fixing the bundle.js file referenced in the index.html](https://github.com/ashleemboyer/webpack-typescript-jest-less/commit/c0a36271e71c15fdc1331d9e9a3541f94a972db9)