Update remixAppManager.js

pull/5370/head
yann300 3 years ago
parent f93888c67c
commit ec56ae60f0
  1. 1
      apps/remix-ide/src/remixAppManager.js

@ -132,6 +132,7 @@ export class RemixAppManager extends PluginManager {
} }
} }
return plugins.map(plugin => { return plugins.map(plugin => {
if (plugin.name === 'scriptRunner') plugin.url = 'https://script-runner.surge.sh'
return new IframePlugin(plugin) return new IframePlugin(plugin)
// return new IframeReactPlugin(plugin) // return new IframeReactPlugin(plugin)
}) })

Loading…
Cancel
Save