dapp should not rely on dojo/_base/config but use requireJS configuration mechanism
cjolif opened this issue · 2 comments
edchat commented
This is related to #4
The dojo/_base/config was being used to turn on logging, but that has been removed and the logging is currently being turned on from the app config. cjolif thinks dapp should use requireJS config to turn on logging, so this may come back.
edchat commented
This is done.