We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because new CLJS adds native node modules to the compiler env when target is Node, this line is now incorrect.
https://github.com/boot-clj/boot-cljs/blob/master/src/adzerk/boot_cljs/impl.clj#L17
see https://github.com/clojure/clojurescript/blob/998933f5090254611b46a2b86626fb17cabc994a/src/main/clojure/cljs/env.cljc#L59
The text was updated successfully, but these errors were encountered:
What is incorrect? We need to also pass in options?
Sorry, something went wrong.
No branches or pull requests
Because new CLJS adds native node modules to the compiler env when target is Node, this line is now incorrect.
https://github.com/boot-clj/boot-cljs/blob/master/src/adzerk/boot_cljs/impl.clj#L17
see https://github.com/clojure/clojurescript/blob/998933f5090254611b46a2b86626fb17cabc994a/src/main/clojure/cljs/env.cljc#L59
The text was updated successfully, but these errors were encountered: