webpack 5.13.0 released, module packer

webpack 5.13.0 is released. webpack is a module packer whose main purpose is to pack JavaScript files on the browser.

Updates include:

  • Add resolve.preferAbsoluteflag to be compatible with webpack 4
  • Add support for wildcards in the exportsand importsfield
  • Improve block and component names
    • Use nameForCondition()the component name as a fallback
    • When determining the chunk root module, correctly handle module connections that only pass side effects

Update details: https://github.com/webpack/webpack/releases/tag/v5.13.0

Guess you like

Origin www.oschina.net/news/126372/webpack-5-13-0