mirror of
https://github.com/status-im/reagent.git
synced 2025-01-27 04:05:50 +00:00
Update 0.8-upgrade.md
This commit is contained in:
parent
26858c3df3
commit
27be89297c
@ -38,7 +38,10 @@ it should be possible to override the Cljsjs foreign-libs, while still using ext
|
||||
[{:file "empty.js",
|
||||
:provides ["react" "react-dom" "create-react-class" "react-dom/server"],
|
||||
:requires [],
|
||||
:global-exports '{react React, react-dom ReactDOM, create-react-class createReactClass, react-dom/server ReactDOMServer}}]
|
||||
:global-exports {react React
|
||||
react-dom ReactDOM
|
||||
create-react-class createReactClass
|
||||
react-dom/server ReactDOMServer}}]
|
||||
```
|
||||
|
||||
You'll also need to create the mentioned `empty.js` file (FIXME: relative to `project.clj`?).
|
||||
|
Loading…
x
Reference in New Issue
Block a user