Skip to content

Webpack 4 followup #4492

Closed
Closed
@gaearon

Description

@gaearon

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:

screen shot 2018-05-20 at 18 27 16

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions