Search Docs
type EnableInlineStyles = | boolean | RegExp | ((params: { size: number; name: string }) => boolean);
false
Whether to inline output style files (.css files) into HTML with <style> tags in production mode.
<style>
Deprecated: This configuration is deprecated, please use the boolean usage of output.inlineStyles instead.
output.inlineStyles