Monarch screen_factory.script Issues

Once Monarch is added into dependencies via https://github.com/britzl/monarch/archive/master.zip, upon start debugging i get following error:
ERROR:SCRIPT: /monarch/screen_factory.script:15: module ‘monarch.monarch’ not found:
no file ‘monarch.monarch’
stack traceback:
[C]: in function ‘require’
/monarch/screen_factory.script:15: in function </monarch/screen_factory.script:14>

it just really a matter of “/” instead of “.” in require statement. When i change “.” with “/” it does load itself properly but changes made to asset scripts lasts until next startup of Defold. Somehow when i bundle my project into android apk i just see black screen opposing to defold’s dmengine. According to dmengine it should run fine.
I doubt if that require statement cause this problem. When it comes to bundling, does Defold discard temporary changes that i make on screen_factory.script? Or are there more people faced this issue? Thanks for your helps in advance.

This sounds strange. Never heard of this issue before. The . should be used as a platform independent path separator. Are you testing on Windows?

Yes, those are temporary changes.