diff --git a/index.js b/index.js index 7ee0604..d701d1b 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ module.exports = { }, included: function() { - if (shouldUseInstrumentedBuild()) { + if (false /* hotfix */&& shouldUseInstrumentedBuild()) { this.app.import('vendor/loader/loader.instrument.js', { prepend: true })