Closed ar7hur closed 7 years ago
Adding a new compiler option to ClojureScript usually doesn't require a change in cljsbuild
. It's likely that there is a typo or something else doesn't fit. Would you mind posting your whole project.clj
?
That error looks like a Figwheel error, not a cljsbuild one. What are you running to produce that error?
@danielcompton you're absolutely right, this is generated by Figwheel. I'll move the issue over there. Thanks and sorry for the inconvenience!
Actually, it was just fixed in Figwheel: https://github.com/bhauman/lein-figwheel/commit/5b809b0c631b073c4ad79d6a5aa612e6bcc23928
ClojureScript 1.9.518 introduced a
:npm-deps
build option to easily use Node.js libraries (more info), but cljsbuild doesn't recognize the key: