sanitizeFileName
- Type:
optionalsanitizeFileName:boolean| (name) =>string
Defined in: options/output-options.ts:345
Whether to enable chunk name sanitization (removal of non-URL-safe characters like \0, ? and *).
Set false to disable the sanitization. You can also provide a custom sanitization function.
Default
ts
true