Skip to content

Commit 3d759b4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ 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",

0 commit comments

Comments
 (0)