File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 release {:depends [clean npm-install]
5050 :doc " Compiles release build."
51- :task (build/release *command-line-args* {:wrap-cmd-fn wrap-cmd})}
51+ :task (build/release *command-line-args* {:wrap-cmd-fn wrap-cmd :include-source-map? true })}
5252
5353 run-integration-tests nbb-tests/main
5454
Original file line number Diff line number Diff line change 4242 (map (fn [m] (format " --config-merge '%s'" (pr-str (:shadow-config m))))
4343 (into feature-configs
4444 [{:shadow-config {:compiler-options {:source-map true }}}])))
45- cmd')))
45+ (apply str cmd'
46+ (map (fn [m] (format " --config-merge '%s'" (pr-str (:shadow-config m))))
47+ [{:shadow-config {:compiler-options {:source-map true }}}])))))
4648
4749(defn build
4850 " Build nbb shadow builds using clojure cmd and commandline args. Features on
You can’t perform that action at this time.
0 commit comments