2022-03-07 02:49:19 -06:00
|
|
|
- [x] multi-build lint is broken
|
|
|
|
- [x] @flecks/db
|
|
|
|
- [x] @flecks/governor
|
|
|
|
- [x] @flecks/react
|
|
|
|
- [x] Use aliasing for self-referential flecks context
|
|
|
|
- [x] @flecks/redis
|
|
|
|
- [x] @flecks/redux
|
|
|
|
- [x] @flecks/socket
|
|
|
|
- [x] @flecks/user
|
|
|
|
- [x] flecks aliasing must ensure webpack aliasing and de-externalization into bundles
|
|
|
|
- [x] `flecks.invokeMiddleware()` should not build every invocation
|
|
|
|
- [x] `flecks.invokeComposed()` and `flecks.invokeMiddleware()` should not fatal on a missed lookup
|
2022-03-10 14:32:51 -06:00
|
|
|
- [x] flecks should have a `platforms` setting, so auto-lookups of `/client`, `/server` are less magical
|
2022-03-07 02:49:19 -06:00
|
|
|
- [x] `flecks.expandedFlecks()` should use `platforms`
|
2022-03-09 07:25:58 -06:00
|
|
|
- [x] localConfig discovered by hook
|
|
|
|
- [x] renamed to 'build/config'?
|
2022-03-09 08:51:10 -06:00
|
|
|
- [x] automatically generated list of build config
|
2022-03-09 14:43:54 -06:00
|
|
|
- [x] autogenerated config dox page
|
2022-03-08 14:42:34 -06:00
|
|
|
- [x] remove `invokeParallel()`
|
2022-03-08 14:50:16 -06:00
|
|
|
- [x] Specialize `invokeReduce()` with `invokeMerge()`.
|
2022-03-09 17:25:27 -06:00
|
|
|
- [x] Rename all hooks to dot-first notation; rewrite `lookupFlecks()`.
|
2022-08-10 10:09:02 -05:00
|
|
|
- [x] ensureUniqueReduction moved into invokeMerge
|
2022-03-13 13:59:21 -05:00
|
|
|
- [x] `bootstrap({without: ['badplatform']})` should be handled by passing `{platforms: ['!badplatform']}`
|
2024-01-04 18:39:21 -06:00
|
|
|
- [x] documentation site generator
|
2022-08-12 07:11:25 -05:00
|
|
|
- [ ] config validation
|
|
|
|
- [ ] hints for hook types
|
2022-03-13 13:59:21 -05:00
|
|
|
- [ ] user redux server hydrate fails if no user in req
|
|
|
|
- [ ] governor fails if not in server up
|
|
|
|
- [ ] redux store provider fails if not in request
|
2022-03-19 17:09:46 -05:00
|
|
|
- [ ] add building to publish process ...
|
2022-08-10 10:09:02 -05:00
|
|
|
- [ ] @babel/register@7.18.x has a bug
|
2023-12-05 13:42:03 -06:00
|
|
|
- [x] `url()` in styles breaks HMR
|
2024-01-04 18:39:21 -06:00
|
|
|
- [x] 2 underscores for `FLECKS_ENV` variables
|
2024-01-03 19:23:11 -06:00
|
|
|
- [x] flecks add
|
2024-01-03 16:14:01 -06:00
|
|
|
|
2023-10-26 04:17:45 -05:00
|
|
|
# Next
|
|
|
|
|
2023-11-30 21:41:42 -06:00
|
|
|
# Webpack 5
|
2023-10-26 04:17:45 -05:00
|
|
|
|
2023-11-30 21:41:42 -06:00
|
|
|
warningsFilter deprecated
|
|
|
|
refactor stats
|