Simplify the new exports for CSS and LessCSS.
Review Request #14169 — Created Sept. 13, 2024 and submitted — Latest diff uploaded
Rather than specifying every single export, we can make use of
wildcards, helping to keep our exports a bit more flexible. This adds
*.css
and*.less
exports for the top-level andlib
.
Been testing this locally with builds for the past week. Verified
that all module lookups worked for JavaScript and CSS.