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