figwheel-main

figwheel-main http://figwheel.org
this.rob 2020-04-15T13:48:19.031500Z

I’m still getting the following warning even if I have :cljs-devtools false in my figwheel-main.edn, what am I doing wrong?

WARNING: You required cljs-devtools library in a project which is currently compiled with :optimizations :advanced.
...

this.rob 2020-04-15T13:48:50.032Z

this is when I perform a build-once with optimizations advanced

pyrmont 2020-04-15T15:02:09.034100Z

Does the configuration for the particular build you're doing have a line requiring the cljs-devtools library?

this.rob 2020-04-15T15:30:22.034400Z

this is it:

^{:css-dirs ["resources/public/css"]}
{:main daily-log.core
 :npm-deps false
 :infer-externs true
 :foreign-libs [{:file "dist/index.bundle.js"
                 :provides ["date-fns"]
                 :global-exports {date-fns "dateFns"}}]}

pyrmont 2020-04-15T15:42:44.035700Z

Hmmm. That's certainly weird. I'm afraid I don't have any suggestions :(