-
-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
System:
OS: macOS 14.5
CPU: (11) arm64 Apple M3 Pro
Memory: 554.95 MB / 36.00 GB
Shell: 3.7.1 - /opt/homebrew/bin/fish
Browsers:
Chrome: 126.0.6478.182
Safari: 17.5
npmPackages:
@rsbuild/core: 1.0.1-beta.3 => 1.0.1-beta.3
@rsbuild/plugin-react: 1.0.1-beta.3 => 1.0.1-beta.3Details
I'm not sure if I have some wrong expectations, but output.inlineStyles: true doesn't seem to inline stylesheets into the resulting HTML in dev. Is it supposed to work only on production builds?
Reproduce link
https://github.com/matteom-synth/rsbuild-issue-repro-3
Reproduce Steps
- Clone the repo.
- Run
pnpm install. - Run
pnpm dev. - Check the HTML output. My expectation is that, given that
output.inlineStylesis set totrue, the stylesheet should be inlined into the HTML. But it doesn't seem to be the case:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working