- fd763aa: Expanded build cache files to cache bust when dependencies or babel config changes
- Add ADDITIONAL_CIENT_ENTRIES config for multiple entry points
-
3aa3ace: Switched to react-helmet-async for page metadata which does not give lifecycle warnings in React 16+.
If you use
WatchtowerBrowserRouter
you just need to update your imports fromreact-helmet
toreact-helmet-async
and you are done. Otherwise you will need to wrap your client application in a<HelmetProvider>
.
- 4ec1a6d: Allow babel config to be specified separately for client and server
- Add caching back in
- ba3621d: Set file-loader back to esModule false after default changed
- d66e787: Remove stats function from project watchtower, lighthouse CI is a better option now
- d66e787: Removed cache loader and enabled TypeScript projects and incremental compilation instead
- d66e787: Enable babel for TypeScript build