Skip to content

Instantly share code, notes, and snippets.

@pandada8
Created August 24, 2017 07:38
Show Gist options
  • Save pandada8/858eeaacdbaefda0add7ce883fd42324 to your computer and use it in GitHub Desktop.
Save pandada8/858eeaacdbaefda0add7ce883fd42324 to your computer and use it in GitHub Desktop.
disable
config.plugins.some(x => {
if (x.shouldClearConsole !== undefined) {
config.plugins.splice(config.plugins.indexOf(x), 1)
return true
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment