diff --git a/browser/main/index.js b/browser/main/index.js index 56dffb11..4175b814 100644 --- a/browser/main/index.js +++ b/browser/main/index.js @@ -25,6 +25,10 @@ document.addEventListener('dragover', function (e) { e.stopPropagation() }) +if (process.env !== 'production') { + require('devtron').install() +} + let el = document.getElementById('content') const history = syncHistoryWithStore(hashHistory, store)