2019-09-07 12:57:22 +00:00
|
|
|
;; shadow-cljs configuration
|
2022-12-20 13:57:49 +00:00
|
|
|
{:source-paths ["src" "test/cljs"]
|
2019-09-07 12:57:22 +00:00
|
|
|
|
2022-12-20 13:57:49 +00:00
|
|
|
:dependencies [[reagent "1.0.0"]
|
|
|
|
[re-frame "0.12.0"]
|
|
|
|
[binaryage/oops "0.7.0"]
|
|
|
|
[com.andrewmcveigh/cljs-time "0.5.2"]
|
|
|
|
[status-im/timbre "4.10.0-2-status"]
|
|
|
|
[com.taoensso/encore "2.105.0"]
|
|
|
|
[hickory "0.7.1"]
|
|
|
|
[cljs-bean "1.3.0"]
|
|
|
|
[com.cognitect/transit-cljs "0.8.248"]
|
|
|
|
[mvxcvi/alphabase "1.0.0"]
|
2023-01-18 21:43:26 +00:00
|
|
|
[camel-snake-kebab "0.4.3"]
|
2022-12-20 13:57:49 +00:00
|
|
|
;; dev dependencies
|
|
|
|
[refactor-nrepl "2.5.0"]
|
|
|
|
[cider/cider-nrepl "0.25.3"]
|
|
|
|
[cider/piggieback "0.4.1"]
|
|
|
|
[re-frisk-remote "1.6.0"]
|
|
|
|
;; routing
|
|
|
|
[bidi "2.1.6"]
|
|
|
|
;; test dependencies
|
|
|
|
[day8.re-frame/test "0.1.5"]
|
|
|
|
[com.taoensso/tufte "2.1.0"]]
|
2019-09-07 12:57:22 +00:00
|
|
|
|
|
|
|
;; port and middleware for repl in development
|
2022-12-20 13:57:49 +00:00
|
|
|
:nrepl {:port 7888
|
|
|
|
:middleware [cider.piggieback/wrap-cljs-repl
|
|
|
|
refactor-nrepl.middleware/wrap-refactor]}
|
2019-09-07 12:57:22 +00:00
|
|
|
|
|
|
|
;; shadow-cljs web interface
|
2022-12-20 13:57:49 +00:00
|
|
|
:http {:port 3449
|
|
|
|
:host "0.0.0.0"}
|
2019-09-07 12:57:22 +00:00
|
|
|
|
2020-05-14 13:00:06 +00:00
|
|
|
:cache-blockers #{status-im.utils.js-resources status-im.ui.components.icons.icons}
|
2020-05-05 05:43:55 +00:00
|
|
|
|
2022-12-20 13:57:49 +00:00
|
|
|
:builds
|
|
|
|
{:mobile
|
|
|
|
{:target :react-native
|
|
|
|
:output-dir "app"
|
2023-01-19 11:15:28 +00:00
|
|
|
:init-fn status-im2.core/init
|
2022-12-20 13:57:49 +00:00
|
|
|
;; When false, the Shadow-CLJS watcher won't automatically refresh
|
|
|
|
;; the target files (a.k.a hot reload). When false, you can manually
|
|
|
|
;; reload by calling `shadow.cljs.devtools.api/watch-compile-all!`.
|
|
|
|
:devtools {:autobuild #shadow/env ["SHADOW_AUTOBUILD_ENABLED" :default true :as :bool]}
|
|
|
|
:dev {:devtools {:after-load status-im2.setup.hot-reload/reload
|
|
|
|
:build-notify status-im2.setup.hot-reload/build-notify
|
|
|
|
:preloads [re-frisk-remote.preload]}
|
|
|
|
:closure-defines
|
2023-01-18 14:43:58 +00:00
|
|
|
{status-im2.config/POKT_TOKEN #shadow/env "POKT_TOKEN"
|
|
|
|
status-im2.config/OPENSEA_API_KEY #shadow/env "OPENSEA_API_KEY"}
|
2022-12-20 13:57:49 +00:00
|
|
|
:compiler-options {:output-feature-set :es5
|
|
|
|
:closure-defines
|
|
|
|
{re-frame.trace/trace-enabled? true}
|
|
|
|
:source-map false
|
|
|
|
:infer-externs true}
|
|
|
|
;; if you want to use a real device, set your local ip
|
|
|
|
;; in the SHADOW_HOST env variable to make sure that
|
|
|
|
;; it will use the right interface
|
|
|
|
:local-ip #shadow/env "SHADOW_HOST"}
|
2023-01-18 11:16:33 +00:00
|
|
|
:chunks {:fleets status-im.fleet.default-fleet/default-fleets}
|
2022-12-20 13:57:49 +00:00
|
|
|
:release
|
|
|
|
{:closure-defines
|
2023-01-18 14:43:58 +00:00
|
|
|
{status-im2.config/POKT_TOKEN #shadow/env "POKT_TOKEN"
|
|
|
|
status-im2.config/OPENSEA_API_KEY #shadow/env "OPENSEA_API_KEY"}
|
2022-12-20 13:57:49 +00:00
|
|
|
:compiler-options {:output-feature-set :es6
|
|
|
|
;;disable for android build as there
|
|
|
|
;;is an intermittent warning with deftype
|
|
|
|
:warnings-as-errors false
|
|
|
|
:infer-externs :auto
|
|
|
|
:static-fns true
|
|
|
|
:fn-invoke-direct true
|
|
|
|
:optimizations :advanced
|
|
|
|
:js-options {:js-provider :closure}}}}
|
|
|
|
;; the tests are ran with node, react-native dependencies are mocked
|
|
|
|
;; by using node --require override.js, which uses the node-library
|
|
|
|
;; produced by the target :mocks below and redefines node require
|
|
|
|
;; function to use the mocks instead of the rn libraries
|
|
|
|
:test
|
|
|
|
{:output-to "target/test/test.js"
|
|
|
|
:output-dir "target/test"
|
|
|
|
:optimizations :simple
|
|
|
|
:target :node-test
|
|
|
|
;; When running tests without a REPL you can uncomment below line to `make test-watch` a specific file
|
2023-01-05 12:31:32 +00:00
|
|
|
;;:ns-regexp "status-im2.subs.subs-test$"
|
2022-12-20 13:57:49 +00:00
|
|
|
:main
|
|
|
|
status-im.test-runner/main
|
|
|
|
;; set :ui-driven to true to let shadow-cljs inject node-repl
|
|
|
|
:ui-driven
|
|
|
|
true
|
|
|
|
:closure-defines
|
2023-01-18 14:43:58 +00:00
|
|
|
{status-im2.config/POKT_TOKEN #shadow/env "POKT_TOKEN"
|
|
|
|
status-im2.config/OPENSEA_API_KEY #shadow/env "OPENSEA_API_KEY"}
|
2022-12-20 13:57:49 +00:00
|
|
|
:compiler-options
|
|
|
|
{;; needed because we override require and it
|
|
|
|
;; messes with source-map which reports callstack
|
|
|
|
;; exceeded exceptions instead of real issues
|
|
|
|
:source-map false
|
|
|
|
;; needed because we use deref in tests
|
|
|
|
:static-fns false
|
|
|
|
:optimizations :simple
|
|
|
|
:infer-externs true}}
|
2019-09-07 12:57:22 +00:00
|
|
|
|
2022-12-20 13:57:49 +00:00
|
|
|
;; mock.js-dependencies is mocking the react-native libraries
|
|
|
|
;; we build it as a node library so that it can be required by
|
|
|
|
;; override.js
|
|
|
|
:mocks
|
|
|
|
{:target :node-library
|
|
|
|
:exports {:mocks mocks.js-dependencies/mock}
|
|
|
|
:output-to "target/mocks/mocks.js"
|
|
|
|
:output-dir "target/mocks"
|
|
|
|
:compiler-options {:optimizations :simple
|
|
|
|
:source-map false}}
|
|
|
|
:component-test {:target :npm-module
|
2023-01-13 09:35:41 +00:00
|
|
|
:entries [quo2.core-spec status-im2.core-spec]
|
|
|
|
:ns-regexp "component-spec$"
|
2022-12-20 13:57:49 +00:00
|
|
|
:output-dir "component-spec"
|
|
|
|
:compiler-options {:warnings-as-errors false
|
|
|
|
:static-fns false
|
|
|
|
:infer-externs true}}}}
|