bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

Minor discrepancy in documented behaviour with :extra-main-files and :output-to #279

Open b-treebeard opened 3 years ago

b-treebeard commented 3 years ago

The documentation for Extra Mains says:

You can supply an explicit :output-to path but Figwheel will supply one based on the current :output-to.

But any explicitly supplied :output-to is ignored.