Hi all,

I recently dipped my toes into a JavaScript and webpack project. It was 
actually a typescript + react project and webpack did a really neat trick 
of bundling all the images into a single (I assume base64 encoded) _thing_ 
which significantly reduced the number of network requests.

I am a bit of a novice in "pure" JavaScript land, so I assume CSS needs to 
be updated to point to the relevant bit of the base64 string which 
represents that specific icon.

Has anyone tried to do this with a pure ClojureScript project? Most search 
results are about using NPM modules in ClojureScript which I don't want.

How do you all "productionise" your project over and above minimising and 
optimising the produced JavaScript?

Thanks,

Colin


-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to