Skip to content

Commit 2b54e33

Browse files
committed
commenting json-to-graphql-query in vite.config.js
1 parent 3312f02 commit 2b54e33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vite.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ export default defineConfig({
6868
chunkSizeWarningLimit: 1250,
6969
commonjsOptions: { transformMixedEsModules: true },
7070
rollupOptions: {
71-
external: ["json-to-graphql-query"],
71+
// external: ["json-to-graphql-query"],
7272
input: path.resolve(__dirname, "index.html"),
7373
output: {
7474
dir: "dist",
75-
format: "es",
76-
globals: {
77-
jsonToGraphQLQuery: "json-to-graphql-query"
78-
}
75+
format: "es"
76+
// globals: {
77+
// jsonToGraphQLQuery: "json-to-graphql-query"
78+
// }
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)