We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e28324 commit 0716512Copy full SHA for 0716512
docs/config/README.md
@@ -267,7 +267,7 @@ In v3 this means the opposite of `css.requireModuleExtension`.
267
- Type: `boolean | Object`
268
- Default: `true` in production, `false` in development
269
270
- Whether to extract CSS in your components into a standalone CSS files (instead of inlined in JavaScript and injected dynamically).
+ Whether to extract CSS in your components into a standalone CSS file (instead of inlined in JavaScript and injected dynamically).
271
272
This is always disabled when building as web components (styles are inlined and injected into shadowRoot).
273
0 commit comments