Skip to content

Commit 3be5d2c

Browse files
committed
Remove plugin that's breaking Try It Out when host/basePath isn't defined
1 parent bdf564e commit 3be5d2c

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

src/core/plugins/allow-try-it-out-if-host.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/core/presets/apis.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import BasePreset from "./base"
22

3-
import allowTryItOutIfHost from "core/plugins/allow-try-it-out-if-host"
3+
// Just the base, for now.
44

55
export default function PresetApis() {
66

77
return [
88
BasePreset,
9-
allowTryItOutIfHost,
109
]
1110
}

0 commit comments

Comments
 (0)