Commit 9ed6ab2
committed
Use initial-config from devtools, not default-config
Users can configure cljs-devtools via compiler options. For instance:
{...
:builds
{:app
{...
:dev
{:compiler-options
{...
:external-config
{:devtools/config
{:min-expandable-sequable-count-for-well-known-types 1
:features-to-install [:formatters :hints]}}}}}}}
Now, when users configure cljs-devtools, our jsonml
views (aka. "pods") will pick up on that.
For:
#4161 parent 6456bdb commit 9ed6ab2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments