Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34830
2e05f0d1 fix(bundling): prevent treeshaking of CSS modules in extract mode The postcss plugin's transform hook returns an empty export for CSS files in extract mode, which Rollup treeshakes away. This causes the generateBundle hook to miss the CSS content entirely, resulting in no CSS files in the dist output. Adding moduleSideEffects: true to the transform return tells Rollup to keep CSS modules in the bundle regardless of whether their exports are used, since CSS imports are inherently side-effectful. Fixes #34776
19 hours ago
by Jason Jean
J
Previous page
Previous
Next
Next page