github thheller/shadow-cljs 2.2.2
allow configuration of :node-library exported name via :umd-root-name

latest releases: 2.11.23, 2.11.22, 2.11.21...
6 years ago

2.2.2 allows setting :umd-root-name "Foo" as suggested.

:node-library was only intended for making node libraries so it makes a couple of assumptions about the node environment. Guess you are the first to try and use this in the browser. Would it be helpful to make a more generic :umd-library that can also be used in a browser during development? Could also build something that actually respects the AMD part of things so it could work with require.js?

Fixes

Don't miss a new shadow-cljs release

NewReleases is sending notifications on new releases.