Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

config-dynamicImport

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.

How to use

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