You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add watching, should be fast to rebuild and test changes in browser
could be something like webpack hot reloading
move shared tooling back into fbjs (babel plugin, custom lint rule)
Non-goals but things to keep in mind:
alternate build approaches, in particular flat bundling - it needs to be easy to swap this in
releasing from master - we may want to have development happen such that feature flags are used to turn on/off features. we may want the build result to be a static flag set (no runtime checks) but would need to be possible to target any flag combination easily
The text was updated successfully, but these errors were encountered:
We got rid of fbjs and actually seem to prefer to own our scripts.
As for watching.. seems like it might be complicated with our pipeline. Maybe not worth it.
This is mostly a prereq of #6655.
Goals:
Non-goals but things to keep in mind:
The text was updated successfully, but these errors were encountered: