- Ignore
import/no-named-as-defaultESLint rule - Update dependencies to latest
- Add prettierrc file
- Fix node_modules typo in webpack config
- Fix CHANGELOG urls
- Remove containers folder in favor of components
- Converted
peerDependenciestodevDependencies
- Output dependencies are now read directly from package.json
- Webpack config was updated
devServerparams were moved from inline to webpack.config.jsurl-loaderfor fonts was removed in favor of ignoringurl()in thecss-loader- Added
pathto properly set pathnames foroutputanddevServerfiles - Added
historyApiFallbackto the development server
- Updated output dependency versions
- Ran Prettier over the entire codebase
- Added Prettier as an output dependency and as part of the ESLint rules
- Added a
<Switch>component wrapping the layout and routes of the base project - Added an additional export to the components (Connected components are still exported as the default)
- Slight copy updates to the script's output logs
- Added a yarn.lock
- Updated dependencies
- Added tracking for output dependencies
- Fixed output of production build (no more production warnings etc)
- Updated all static assets to be pulled from a relative path
- Removed the enforced port for the dev server
- Updated script to set the version on the output layout from package.json
- Updated script to output the version with
-vby grabbing it from package.json - Standardized error outputs
- Fixed typos and added badges to README