- fix accidentally always enabling
:rename-prefix-namespace
. should only be enabled when using multiple modules and is not required for single module compiles. https://github.com/thheller/shadow-cljs/commit/5d970d618a37e5b2ea2668d999f17e54fea37ccf
- add
:source-map-use-fs-paths
true compiler option, uses absolute paths in source map "sources" if a file is available https://github.com/thheller/shadow-cljs/commit/b5fa5dcd350848a7a4321179123c0afbc745a109
- properly invalidate closure conversion caches on config change https://github.com/thheller/shadow-cljs/commit/3016b514a0aa82d02408288d87d2d313457bcd59
- fix
:module-hash-names
computation not accounting for shadow-js, fixes #268 https://github.com/thheller/shadow-cljs/commit/4e1bda0fe1ab832cb83f44ed1b6e62b7ff1b3a2e