Skip to content

Commit

Permalink
Add :cljs-build-fn to the lein-project schema (bhauman#619)
Browse files Browse the repository at this point in the history
Since 0.5.0 the build-fn can be specified from the config, but the schema
validation wasn't aware of it, so actually doing so would result in an error.
This adds it to the schema so the option is recognized.
  • Loading branch information
plexus authored and Bruce Hauman committed Oct 26, 2017
1 parent 771be44 commit c5b15d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sidecar/src/figwheel_sidecar/schemas/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
::ansi-color-output
::builds
::reload-clj-files
::hawk-options])
::hawk-options
::cljs-build-fn])
"A Map of options that determine the behavior of the Figwheel system.
:figwheel {
Expand Down

0 comments on commit c5b15d2

Please sign in to comment.