metarhia/jstp

build: the UMD bundle is broken ("module.exports is readonly")

aqrln opened this issue · 0 comments

aqrln commented

Since ea972d6 the UMD bundle fails to load, because @babel/plugin-transform-runtime injects ESM import statements, hence changing module semantics and making module.exports readonly.