Fork me on GitHub
#figwheel-main
<
2020-04-15
>
this.rob13:04:19

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.
...

pyrmont15:04:09

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

this.rob15:04:22

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"}}]}

pyrmont15:04:44

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

this.rob13:04:50

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