We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d430d commit e9e4bc5Copy full SHA for e9e4bc5
packages/graphiql-toolkit/package.json
@@ -16,7 +16,7 @@
16
},
17
"license": "MIT",
18
"main": "dist/cjs/index.js",
19
- "module": "dist/esm/index.mjs",
+ "module": "dist/esm/index.js",
20
"typings": "dist/esm/index.d.mts",
21
"scripts": {
22
"build": "tsup",
packages/graphiql/test/beforeDevServer.js
@@ -7,6 +7,7 @@
7
8
const express = require('express');
9
const path = require('node:path');
10
+// eslint-disable-next-line import-x/no-extraneous-dependencies
11
const { createHandler } = require('graphql-http/lib/use/express');
12
const schema = require('./schema');
13
const badSchema = require('../cypress/fixtures/bad-schema.json');
0 commit comments