Skip to content

Commit

Permalink
Outdated plugins - faust now handles things
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Oct 17, 2023
1 parent c45bde9 commit f7e8fb3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 125 deletions.
7 changes: 1 addition & 6 deletions faust.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import { setConfig } from '@faustwp/core'
import templates from '@/wp-templates/index.js'
import possibleTypes from './possibleTypes.json'
import PersistedQueriesPlugin from './plugins/PersistedQueriesPlugin'
import TempPersistedQueriesFixPlugin from './plugins/TempPersistedQueriesFixPlugin'

/**
* @type {import('@faustwp/core').FaustConfig}
**/
export default setConfig({
templates,
experimentalPlugins: [
// new TempPersistedQueriesFixPlugin(),
// new PersistedQueriesPlugin(),
],
experimentalPlugins: [],
usePersistedQueries: true,
possibleTypes,
})
27 changes: 0 additions & 27 deletions plugins/PersistedQueriesPlugin.js

This file was deleted.

92 changes: 0 additions & 92 deletions plugins/TempPersistedQueriesFixPlugin.js

This file was deleted.

0 comments on commit f7e8fb3

Please sign in to comment.