Commit f44f6fe
committed
Turn whitespace minification back on
Previously, it seemed that esbuild was adding erroneous spaces in
':is(', but that isn't happening now. All minification is now enabled
whether in watch/dev mode or not, so that devs get the same results as a
production build. (Browsers do a good job of un-minifying for
inspection.)1 parent 3802867 commit f44f6fe
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
0 commit comments