Fork me on GitHub
#cljs-dev
<
2018-02-11
>
r0man16:02:14

Hello, is anyone using the new module loader on a larger project? I'm having problems with the module loader with optimizations set to :none. I have 2 modules that require a file which has been moved to :cljs-base. I'm seeing "Cannot write FILE after document load" from the module manager. After looking around a bit I found the goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING define, which removes this problem. But it looks like the goog.require in my module still doesn't load the file properly. Any tips and tricks?