Skip to content

keepNames

  • Type: optional keepNames: boolean

Keep function and class names after bundling.

When enabled, the bundler will preserve the original names of functions and classes in the output, which is useful for debugging and error stack traces.

Default

ts
false

Released under the MIT License.