Skip to content

@lynx-js/react-webpack-plugin@0.9.4

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:47
· 5 commits to main since this release
80e2988

Patch Changes

  • Support the unified debug-metadata.json format and depend on @lynx-js/debug-metadata. (#2642)

  • Prefix Lynx runtime module names with webpack/runtime/ (e.g. Lynx async chunkswebpack/runtime/lynx async chunks), matching the path-structured naming of the bundler's built-in runtime modules. The previous bare names had no path segment, so when they appear as a source-map sources entry under a file:// module-filename template they collapsed into an invalid URL authority (the space-containing name became the host) and broke SourceMapConsumer parsing. (#2642)

  • Widen peer ranges to admit the new minor versions of @lynx-js/template-webpack-plugin (^0.12.0) and @lynx-js/rspeedy (^0.15.0) shipping with the unified debug-metadata.json feature. (#2642)

  • Updated dependencies [a839d59, d3201df, 409594b, 353363e]:

    • @lynx-js/debug-metadata@0.1.0