Use React via CDN
This commit is contained in:
parent
298b5552c4
commit
ef6a6a5662
5 changed files with 20 additions and 127 deletions
|
|
@ -7,6 +7,11 @@
|
|||
:builds
|
||||
{:main
|
||||
{:target :browser
|
||||
:js-options
|
||||
{:resolve {"react" {:target :global
|
||||
:global "React"}
|
||||
"react-dom" {:target :global
|
||||
:global "ReactDOM"}}}
|
||||
:modules
|
||||
{:sci-script-tag {:entries [sci.script-tag]}
|
||||
:sci-script-tag-plugin-reagent {:entries [sci.script-tag.plugin-reagent]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue