output.inlineScripts
- Type:
- Default:
/builder-runtime([.].+)?\.js$/
Whether to inline output scripts files (.js files) into HTML with <script> tags.
Tip
When using convention-based routing, you need to set output.splitRouteChunks to false if this option is turned on.
Info
The usage of this configuration item is exactly the same as that of Rsbuild. For detailed information, please refer to Rsbuild - output.inlineScripts.