Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Enhancement]: clarification in docs #405

Closed
drewverlee opened this issue Aug 11, 2023 · 0 comments
Closed

[Enhancement]: clarification in docs #405

drewverlee opened this issue Aug 11, 2023 · 0 comments

Comments

@drewverlee
Copy link

What do you suggest?

The docs say:

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. 
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant