Commit 138e31c
authored
fix(gen-rollup-conf): don't create CSS maps for standalone (#158)
The CSS is injected into JS with the sourcemaps. This bloats the files
without much of a benefit (they would be very rarly used, most people
won't use them at all).
Saves about 50 KiB (~10%) from minified Vis Timeline.
Sourcemaps are still generated for CSS files as they're external with
very little added to the CSS file itself.1 parent c5e0f87 commit 138e31c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
0 commit comments