Skip to content

Document webpack change: Performance fixes for next branch, watchpack update #2755

Open
@webpack-bot

Description

@webpack-bot

A pull request by @sokra was merged and maintainers requested a documentation change.

See pull request: webpack/webpack#8601


updated watchpack. It now passes more info to webpack i. e. for missing files/directories.

What kind of change does this PR introduce?
refactoring, deps

Did you add tests for your changes?
existing tests

Does this PR introduce a breaking change?
yes

What needs to be documented once your changes are merged?

  • Removed compilationParams.compilationDependencies
  • Plugins can add dependencies to the compilation by adding to compilation.file/context/missingDependencies
  • Changed hooks in NormalModuleFactory from waterfall to bailing, changed and renamed hooks that return waterfall functions
  • Changed WatchFileSystem interface

Metadata

Metadata

Assignees

No one assigned

    Labels

    webpack5Docs for webpack 5

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions