We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec6cf3 commit 47fb3b8Copy full SHA for 47fb3b8
docs/config/README.md
@@ -175,13 +175,15 @@ module.exports = {
175
### css.extract
176
177
- Type: `boolean`
178
-- Default: `true` (in production mode)
+- Default: `true` (in production mode, always `false` otherwise)
179
180
Whether to extract CSS in your components into a standalone CSS files (instead of inlined in JavaScript and injected dynamically).
181
182
This is also disabled by default when building as web components (styles are inlined and injected into shadowRoot).
183
184
When building as a library, you can also set this to `false` to avoid your users having to import the CSS themselves.
185
+
186
+ Extracting CSS is always disabled in `development` since it breaks Hot Module Replacement.
187
188
### css.sourceMap
189
0 commit comments