Skip to content

keepNames

  • Type: optional keepNames: boolean

Keep name property of functions and classes after bundling.

When enabled, the bundler will preserve the original name property value of functions and classes in the output. This is useful for debugging and some frameworks that rely on it for registration and binding purposes.

Default

ts
false

Released under the MIT License.