Skip to content

@lynx-js/template-webpack-plugin@0.14.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 13:49
5d05629

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.

Patch Changes

  • Update @rspack/lite-tapable from 1.1.0 to 1.1.2 (#3198)

  • Update @jridgewell/trace-mapping from ^0.3.29 to ^0.3.31 (#3084)

  • Update @lynx-js/tasm from 0.0.39 to 0.0.48 (#3085)

  • Update css-tree from ^3.1.0 to ^3.2.1 (#3118)

  • Enable new sticky, zero-percent flex basis, and grid placement shorthand config flags by default. (#3013)

  • Updated dependencies [7c08120, 924106b, 0d3623b, f5da344, 6369383, e75b561, 40c9804]:

    • @lynx-js/web-core@0.23.0
    • @lynx-js/css-serializer@0.1.7