Skip to content

Commit 25e8260

Browse files
committed
adding json-to-graphql-query
1 parent 79fcaf5 commit 25e8260

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/stores/advancedSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { jsonToGraphQLQuery } from "json-to-graphql-query";
1+
import jsonToGraphQLQuery from "json-to-graphql-query";
22
import { defineStore } from "pinia";
33
import GraphClient from "@/lib/GraphClient/GraphClient.js";
44
import advancedQuery from "@/lib/GraphClient/queries/getAdvancedSearch.json";

vite.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ export default defineConfig({
6969
dir: "dist",
7070
format: "es"
7171
},
72-
external: [
73-
"../json-to-graphql-query",
74-
],
7572
}
7673
}
7774
});

0 commit comments

Comments
 (0)