|
24 | 24 | "resources/public/js/core.js"])
|
25 | 25 | (codes.clj.docs.frontend.dev.shadow.hooks/replace-hashed-files
|
26 | 26 | "resources/index.src.html"
|
27 |
| - "resources/public/index.html")]} |
| 27 | + "resources/public/index.html")] |
| 28 | + ; vfile 6.0.2, react-markdown transitive dependency need this. |
| 29 | + :js-options {:resolve {"#minpath" {:target :npm |
| 30 | + :require "vfile/lib/minpath.browser.js"} |
| 31 | + "#minproc" {:target :npm |
| 32 | + :require "vfile/lib/minproc.browser.js"} |
| 33 | + "#minurl" {:target :npm |
| 34 | + :require "vfile/lib/minurl.browser.js"}}}} |
28 | 35 |
|
29 | 36 | :tests {:target :browser-test
|
30 | 37 | :test-dir "resources/tests"
|
31 |
| - :ns-regexp "-test$"} |
| 38 | + :ns-regexp "-test$" |
| 39 | + ; vfile 6.0.2, react-markdown transitive dependency need this. |
| 40 | + :js-options {:resolve {"#minpath" {:target :npm |
| 41 | + :require "vfile/lib/minpath.browser.js"} |
| 42 | + "#minproc" {:target :npm |
| 43 | + :require "vfile/lib/minproc.browser.js"} |
| 44 | + "#minurl" {:target :npm |
| 45 | + :require "vfile/lib/minurl.browser.js"}}}} |
32 | 46 |
|
33 | 47 | :ci-tests {:target :karma
|
34 | 48 | :output-to "resources/tests/ci.js"
|
35 | 49 | :ns-regexp "-test$"
|
36 |
| - :compiler-options {:static-fns false}} |
| 50 | + :compiler-options {:static-fns false} |
| 51 | + ; vfile 6.0.2, react-markdown transitive dependency need this. |
| 52 | + :js-options {:resolve {"#minpath" {:target :npm |
| 53 | + :require "vfile/lib/minpath.browser.js"} |
| 54 | + "#minproc" {:target :npm |
| 55 | + :require "vfile/lib/minproc.browser.js"} |
| 56 | + "#minurl" {:target :npm |
| 57 | + :require "vfile/lib/minurl.browser.js"}}}} |
37 | 58 |
|
38 | 59 | :node-tests {:target :node-test
|
39 | 60 | :compiler-options {:reader-features #{:node}}
|
|
0 commit comments