-
-
Couldn't load subscription status.
- Fork 49
Closed
Labels
Description
Created this issue to track and organize commits on mater that needs to be ported over to the framework branch:
- fix: handle bad filePath from webpack (handle uncaughtException #114) webpack specific
- fix: handle a potential uncaughtException (fix: handle a potential uncaughtException #113)
- fix: missing progress, status. fixes Status/progress is not showing #109 (f4a6485)
- fix: exclude tslint.json from package (e311a75)
- fix: add typings directory to package (51f93fd)
- refactor: clean up typescript improvements, npm audit alerts (210d01a)
- fix(ts): Add typescript usage test, fix typescript errors (Add typescript usage test, fix typescript errors #111)
- chore: code style (a098809)
- docs: add note for build errors and hmr (027c678)
- fix: allow HMR when build contains warnings (fix(routes): Allow HMR with warnings #106)
- feat: add waitForBuild option (feat: add waitForBuild option #102)
- docs(recipes): add ssr recipe [fixes recipe: server-side rendering #54] (docs(recipes): add ssr recipe [fixes #54] #99)
- fix: flaky silent logs in client (1dbf4aa)
- fix: strip accept header when using history-api-fallback (fix: strip accept header when using history-api-fallback #98)
- feat: add client.silent option (feat: add client.silent option #97)
- fix: undefineds in client. fixes HMR issues #78, Receiving "Uncaught ReferenceError: ʎɐɹɔosǝʌɹǝs is not defined" in production build #95 (ac542c0)
- chore(meta): Add support for node 10.15.0 and above in 'engines' (chore(meta): Add support for node 10.15.0 and above in 'engines' #93)
- sync docs and recipes