restore support for CSS bundling (w/Rollup) #427
Labels
alpha.0
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
P0
Critical issue that should get addressed ASAP
v0.10.0
Milestone
Type of Change
Summary
As part of #355 and #418 , add support for CSS bundling with Rollup.
Details
Right now all the CSS is just being copied over as part of
copy
s lifecycle. It should be bundled just like JavaScript is. This includes:copy
lifecycleThe text was updated successfully, but these errors were encountered: