Skip to content

Commit 6d6dbea

Browse files
committed
added json-to-graphql-query
1 parent 56d5c8f commit 6d6dbea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vite.config.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import eslintPlugin from "vite-plugin-eslint";
77
import path from 'path'
88
import {nodePolyfills} from 'vite-plugin-node-polyfills';
99
import compress from 'vite-plugin-compress'
10-
import {jsonToGraphQLQuery} from "json-to-graphql-query";
1110

1211
dns.setDefaultResultOrder("verbatim");
1312

@@ -69,12 +68,9 @@ export default defineConfig({
6968
output: {
7069
dir: "dist",
7170
format: "es",
72-
// globals: {
73-
// jsonToGraphQLQuery: 'json-to-graphql-query',
74-
// },
7571
},
7672
external: [
77-
jsonToGraphQLQuery,
73+
"json-to-graphql-query",
7874
],
7975
}
8076
}

0 commit comments

Comments
 (0)