add debugPlugin to the returned array

pull/1/head
pldespaigne 5 years ago committed by GitHub
parent 2ef19fe40f
commit 8d883aef04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/remixAppManager.js

@ -198,7 +198,8 @@ export class RemixAppManager extends PluginEngine {
new IframePlugin(mythx),
new IframePlugin(provable),
new IframePlugin(threeBox),
new IframePlugin(remixWorkshop)
new IframePlugin(remixWorkshop),
new IframePlugin(debugPlugin),
]
}
}

Loading…
Cancel
Save