All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
:helpful-classpaths
Figwheel-main configuration option.:reload-clj-files
Figwheel-main configuration option.:main
build option, back to project-name.client
.:main
build option from project-name.client
to project-name.client.main
.:port
and :host
values of the :ring-server-options
Figwheel-main configuration option, and watch-dirs
configuration option. Now the :figwheel-main
key takes a configuration map with the previous supported values, instead of a boolean value.:figwheel-main true
to module options)lein-figwheel
still being used by default in order to maintain
backwards-compatibility, it's deprecated now.:add-api-example?
option is no longer used (and is now ignored).:hydrogen.module.cljs
into separate repos.:externs-paths ["a" "b"]
which would set externs both
for :development
and :production
builds. If you want to distinguish them,
you can now do :externs-paths {:development ["a" "b"] :production ["x" "y"]}
.:duct.server/figwheel
key is modified only when in :development
environment.:duct.compiler/cljs
key is modified only when in :production
environment.:extern-paths ["x/y/extern1.js" "x/y/extern2.js"]
. If not provided, it will assume that there's one
extern file in location src/<project-dirs>/client/externs.js
.:add-example-api? true
to the config options.Can you improve this documentation? These fine people already did:
Iñaki Arenaza & Damian HryniewiczEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close