keepNames
- Type:
optionalkeepNames:boolean
Defined in: options/output-options.ts:659
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