1.6 KiB
1.6 KiB
- multi-build lint is broken
- @flecks/db
- @flecks/governor
- @flecks/react
- Use aliasing for self-referential flecks context
- @flecks/redis
- @flecks/redux
- @flecks/socket
- @flecks/user
- flecks aliasing must ensure webpack aliasing and de-externalization into bundles
flecks.invokeMiddleware()
should not build every invocationflecks.invokeComposed()
andflecks.invokeMiddleware()
should not fatal on a missed lookup- flecks should have a
platforms
setting, so auto-lookups of/client
,/server
are less magical flecks.expandedFlecks()
should useplatforms
- localConfig discovered by hook
- renamed to 'build/config'?
- automatically generated list of build config
- autogenerated config dox page
- remove
invokeParallel()
- Specialize
invokeReduce()
withinvokeMerge()
. - Rename all hooks to dot-first notation; rewrite
lookupFlecks()
. - ensureUniqueReduction moved into invokeMerge
bootstrap({without: ['badplatform']})
should be handled by passing{platforms: ['!badplatform']}
- static documentation site generator
- config validation
- hints for hook types
- 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
- add building to publish process ...
- @babel/register@7.18.x has a bug
$flecks/db/sequelize
should be$flecks/db.sequelize
url()
in styles breaks HMR
Next
Webpack 5
warningsFilter deprecated refactor stats