-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Outdated plugins - faust now handles things
Signed-off-by: Joe Fusco <[email protected]>
- Loading branch information
1 parent
c45bde9
commit f7e8fb3
Showing
3 changed files
with
1 addition
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.