Remove plugin that's breaking Try It Out when host/basePath isn't defined

This commit is contained in:
Kyle Shockey
2017-03-21 16:43:06 -07:00
parent bdf564ee3a
commit 3be5d2cb93
2 changed files with 1 additions and 38 deletions

View File

@@ -1,11 +1,10 @@
import BasePreset from "./base"
import allowTryItOutIfHost from "core/plugins/allow-try-it-out-if-host"
// Just the base, for now.
export default function PresetApis() {
return [
BasePreset,
allowTryItOutIfHost,
]
}