Skip to content

chore(deps-dev): bump webpack from 5.72.1 to 5.73.0 in /apps/app/assets

Bumps webpack from 5.72.1 to 5.73.0.

Release notes

Sourced from webpack's releases.

v5.73.0

Features

  • add options for default dynamicImportMode and prefetch and preload
  • add support for import { createRequire } from "module" in source code

Bugfixes

  • fix code generation of e. g. return"field"in Module
  • fix performance of large JSON modules
  • fix performance of async modules evaluation

Developer Experience

  • export PathData in typings
  • improve error messages with more details
Commits
  • 36051a5 5.73.0
  • 520d314 Merge pull request #15899 from webpack/bugfix/async-modules-performance
  • 096efc3 Merge pull request #15801 from webpack/refactor-json-modules
  • b8748cf Merge pull request #15873 from webpack/more-informative-error
  • b1cc471 Merge pull request #15888 from webpack/feature/issue-13695
  • 509a060 fix quadratic evaluation performance of async modules
  • cc0cd60 more informative error when emitting multiple assets
  • e71d3b4 more informative error in ProvideSharedPlugin
  • aa76e82 fix discussions
  • 2738eeb Merge pull request #15579 from webpack/support-create-require
  • Additional commits viewable in compare view

Merge request reports