Hello, I'm making a component using ClojureScript, however the main project is in JS and webpack.
I tried webpack's dynamic import, but it doesn't work well. in particular, in the ClojureScript, there is a line: goog.global = this; this will be undefined if I import the code. I have to use a <script> tag and this is just one problem, there are a few others. Is there any instruction on how to import a ClojureScript build with webpack? Thanks -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/clojurescript/850caede-9709-4e52-b6f1-04949335062d%40googlegroups.com.
