Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Disabling the YAML config plugin, for now.
  • Loading branch information
shockey authored Mar 20, 2017
1 parent ce6ce9a commit 5f0cc74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/standalone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 5f0cc74

Please sign in to comment.