We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4f3b5 commit 292a8a8Copy full SHA for 292a8a8
src/main/clojure/cljs/build/api.clj
@@ -96,6 +96,13 @@
96
;; =============================================================================
97
;; Main API
98
99
+(defn add-implicit-options
100
+ "Given a valid map of build options add any standard implicit options. For
101
+ example :optimizations :none implies :cache-analysis true and :source-map
102
+ true."
103
+ [opts]
104
+ (closure/add-implicit-options opts))
105
+
106
(defn inputs
107
"Given a list of directories and files, return a compilable object that may
108
be passed to build or watch."
0 commit comments