You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must have a... :module (shadow-cljs) for the :preloads and :closure-defines to take effect
However, there is no "module" keyword. There is a :modules e.g
{...
:builds
{:app
{:target :browser
...
:module-loader true
:modules {:main {:entries [my.app]}
:extra {:entries [my.app.extra]
:depends-on #{:main}}}}}}
```
But what needs to be the value of that key then? it has to be a map, but what about inside that map.
The text was updated successfully, but these errors were encountered:
What do you suggest?
The docs say:
However, there is no "module" keyword. There is a :modules e.g
The text was updated successfully, but these errors were encountered: