github lynx-family/lynx-stack @lynx-js/css-extract-webpack-plugin@0.10.0

latest releases: @lynx-js/config-rsbuild-plugin@0.2.0, @lynx-js/external-bundle-rsbuild-plugin@0.4.1, @lynx-js/template-webpack-plugin@0.14.0...
7 hours ago

Minor Changes

  • Rename the lazy bundle output directory from async/ to lazy-bundle/. (#2993)

    Lazy bundles can now also be loaded synchronously with import(..., { with: { mode: 'sync' } }), so the async/ directory name no longer matches how they are used. The default lazyBundleFilename becomes lazy-bundle/[name].[fullhash].bundle, and the intermediate outputs move from .rspeedy/async/<name>/ to .rspeedy/lazy-bundle/<name>/ accordingly.

    Update deployment scripts that reference the dist/async/ directory to use dist/lazy-bundle/ instead.

    @lynx-js/css-extract-webpack-plugin requires @lynx-js/template-webpack-plugin ^0.14.0.

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.