Skip to content

inlineDynamicImports

  • Type: optional inlineDynamicImports: boolean

Whether to inline dynamic imports instead of creating new chunks to create a single bundle.

This option can be used only when a single input is provided.

Default

ts
false

Released under the MIT License.