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.