@lynx-js/template-webpack-plugin@0.14.0
Minor Changes
-
Rename the lazy bundle output directory from
async/tolazy-bundle/. (#2993)Lazy bundles can now also be loaded synchronously with
import(..., { with: { mode: 'sync' } }), so theasync/directory name no longer matches how they are used. The defaultlazyBundleFilenamebecomeslazy-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 usedist/lazy-bundle/instead.@lynx-js/css-extract-webpack-pluginrequires@lynx-js/template-webpack-plugin^0.14.0.
Patch Changes
-
Update
@rspack/lite-tapablefrom1.1.0to1.1.2(#3198) -
Update
@jridgewell/trace-mappingfrom^0.3.29to^0.3.31(#3084) -
Update
@lynx-js/tasmfrom0.0.39to0.0.48(#3085) -
Update
css-treefrom^3.1.0to^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