Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Build option :output-wrapper ignored #513

Open
sigmasoldi3r opened this issue Mar 30, 2021 · 0 comments
Open

Build option :output-wrapper ignored #513

sigmasoldi3r opened this issue Mar 30, 2021 · 0 comments

Comments

@sigmasoldi3r
Copy link

Attempting to use this build.cljs file:

(require '[lumo.build.api :as b])

(b/build
  "src"
  {:output-to "out/lib.js"
   :output-wrapper true})

Produces apparently no changes in output sources.

The option is described here: https://clojurescript.org/reference/compiler-options#output-wrapper

I'm trying to use this option in spite of producing a multiplatform bundle library for my projects, as I want to consume the library from other JS target languages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant