sanitizeFileName
- Type:
boolean| (name) =>string - Optional
Defined in: options/output-options.ts:367
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