Skip to content

Commit 316d9b1

Browse files
committed
updating path of json-to-graphql-query
1 parent 6b2919d commit 316d9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default defineConfig({
6666
chunkSizeWarningLimit: 1250,
6767
commonjsOptions: { transformMixedEsModules: true },
6868
rollupOptions: {
69-
external: ["./node_modules/json-to-graphql-query"],
69+
external: ["json-to-graphql-query"],
7070
input: path.resolve(__dirname, "index.html"),
7171
output: {
7272
dir: "dist",

0 commit comments

Comments
 (0)