2
0
mirror of https://github.com/status-im/status-react.git synced 2025-02-21 07:08:44 +00:00

10 lines
473 B
Clojure
Raw Normal View History

{:main fiddle.core
:output-to "resources/public/js/main.js"
:preloads [re-frisk.preload]
:infer-externs true
:npm-deps false
:foreign-libs [{:file "dist/index_bundle.js"
:provides ["react" "react-dom" "react-native-web"]
:global-exports {react React
react-dom ReactDOM
react-native-web ReactNativeWeb}}]}