Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #416
- Loading branch information