Skip to content

preserveEntrySignatures

  • Type: false | 'strict' | 'allow-extension' | 'exports-only'
  • Default: 'exports-only'

Controls how entry chunk exports are preserved and whether entry modules can be combined with other modules.

Released under the MIT License.