Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions site/docs/integrations/rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ vanillaExtractPlugin({

Each integration will set a default value based on the configuration options passed to the bundler.

### untable_injectedFilescopes
### unstable_injectFilescopes

Injects filescopes into Vanilla Extract modules instead of generating CSS.
When set to `true`, injects filescopes into Vanilla Extract modules instead of generating CSS.
Defaults to `false`.
This is useful for utility or component libraries that prefer their consumers to process Vanilla Extract files instead of bundling CSS.

Note that this flag only works with `preserveModules: true`.
Expand Down