Update index.js

Disabling the YAML config plugin, for now.
This commit is contained in:
shockey
2017-03-19 17:31:49 -07:00
committed by GitHub
parent ce6ce9a5c2
commit 5f0cc74e89

View File

@@ -2,13 +2,11 @@ import StandaloneLayout from './layout'
import '../style/main.scss'
import TopbarPlugin from "plugins/topbar"
import ConfigsPlugin from "plugins/configs"
// the Standalone preset
let preset = [
TopbarPlugin,
ConfigsPlugin,
() => {
return {
components: { StandaloneLayout }