All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Fixed the HMR configuration. We were incorrectly using module.hot.accept() which would actually accept all changes. Instead we needed to target the direct file.
Updated dependencies.
url-loader with a configuration allowing for images/fonts to be imported. An example of this has been included in the App component.
Updated dependencies. The client side router configuration now handles redirect and "no renderProps" cases.
Updated the following dependecies:
- react-router
- eslint
- eslint-plugin-jsx-a11y
Version 1 of the react-universally boilerplate. From here on out we are all about semantic versioning with a clear recording of all changes made to the project.