All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed peer dependency
react-hot-loader
. - Upgrade
workbox-webpack-plugin
version to v5 stable.
- Static assets not served with correct mime-type in production.
- Error page without
noindex, nofollow
robots rules.
- Replaced the usage of
webpack-node-externals
with a custom externals function to avoid duplicate React copies over several modules.
- Add
@apollo/*
packages to externals whitelist, to avoid different React's from being imported.
- Connect to chrome devtools inspector using the
inspector
node package.
- Update proxy middleware to use config from the app's
package.json
.
- Custom config added in template response, it should be configured in userland.
- Error when running
rs build
of invalid call tomap
.
- Sass imports not working (
File to import not found or unreadable
). - Error when statically linking the package (
Error: Cannot find module 'react-hot-loader/babel'
).
- Error in build script with missing
bfj
package.
- Initial version of package with
rs
cli.