mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
document optimizations v2
This commit is contained in:
@@ -124,10 +124,6 @@ export async function createContext({
|
||||
const plugins = createPluginsService(pluginsConfig);
|
||||
const graphql = createGraphQLService(
|
||||
createGraphQLRegistry(plugins.getSlotFragments.bind(plugins)),
|
||||
{
|
||||
introspectionData,
|
||||
optimize: process.env.NODE_ENV === 'production',
|
||||
},
|
||||
);
|
||||
if (!notification) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user