thheller / shadow-css

CSS-in-CLJ(S)
https://github.com/thheller/shadow-css
Eclipse Public License 1.0
108 stars 10 forks source link

Build Modules don't work #1

Closed thheller closed 4 months ago

thheller commented 2 years ago

The current build API pretends to take a map similar to :modules in shadow-cljs, but doesn't actually perform any "code-splitting". It just generates multiple files that each contain everything.

thheller commented 4 months ago

Has worked for a while. Same setup as in shadow-cljs, :entries + :depends-on set.