We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fcaf5 commit 25e8260Copy full SHA for 25e8260
src/stores/advancedSearch.js
@@ -1,4 +1,4 @@
1
-import { jsonToGraphQLQuery } from "json-to-graphql-query";
+import jsonToGraphQLQuery from "json-to-graphql-query";
2
import { defineStore } from "pinia";
3
import GraphClient from "@/lib/GraphClient/GraphClient.js";
4
import advancedQuery from "@/lib/GraphClient/queries/getAdvancedSearch.json";
vite.config.mjs
@@ -69,9 +69,6 @@ export default defineConfig({
69
dir: "dist",
70
format: "es"
71
},
72
- external: [
73
- "../json-to-graphql-query",
74
- ],
75
}
76
77
});
0 commit comments