Fork me on GitHub
#figwheel-main
<
2021-01-08
>
Daniel Tobias19:01:34

Hi all, I am using figwheel-main reagent template and having a lot of issues with my django backend. In my figwheel-main.edn i am specifying a target-dir which a relative path to the static folder of my django project. This creates the dev-main.js in the correct spot however the issue is dev-main.js is trying to load dependencies using the same target-dir + some stuff which simply will not do. Is there any way to change this?

athomasoriginal20:01:54

> is trying to load dependencies using the same target-dir + some stuff Can you give an example?