Fork me on GitHub
#devcards
<
2020-11-23
>
neilyio21:11:46

I'm getting a "Can't find variable: DevcardsSyntaxHighlighter" when running advanced optimization on my build. The build is named devcards, and the command I'm running is clj -m figwheel.main -O advanced -bo devcards -s

neilyio21:11:19

My devcards.cljs.edn build file is simply:

^{:auto-bundle :webpack}
{:main cards.core
 :devcards true}