Closed
Description
Thanks to some titanic efforts from @andriijas, @bugzpodder and others we finally have Webpack 4 in master. Hopefully CI will pass.
Let's use this task to keep track of followup things to do? At the very least this looks suboptimal to me:
Why are we shipping a few hundred bytes of the runtime as a separate chunk instead of e.g. embedding it into the HTML? I suppose it would always be small so we could avoid the extra request.
I also think #4490 disabled scope hoisting (?) so we might want to keep track of what's necessary to get it enabled again.
Was there anything else?
- Can we stop bundling runtime as a separate file?
- When can we enable scope hoisting (and do we need to?)
- Reload times in DEV are still pretty slow