Whether to enable on-demand loading, that is, whether to split the build product and download additional JS when necessary.
See our website config/dynamicimport for more information.
Execute @umijs/create-umi-app with npm or Yarn to bootstrap the example:
npx @umijs/create-umi-app --example config-dynamicImport config-dynamicImport-app
# or
yarn create @umijs/umi-app --example config-dynamicImport config-dynamicImport-app