We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3312f02 commit 2b54e33Copy full SHA for 2b54e33
vite.config.js
@@ -68,14 +68,14 @@ export default defineConfig({
68
chunkSizeWarningLimit: 1250,
69
commonjsOptions: { transformMixedEsModules: true },
70
rollupOptions: {
71
- external: ["json-to-graphql-query"],
+ // external: ["json-to-graphql-query"],
72
input: path.resolve(__dirname, "index.html"),
73
output: {
74
dir: "dist",
75
- format: "es",
76
- globals: {
77
- jsonToGraphQLQuery: "json-to-graphql-query"
78
- }
+ format: "es"
+ // globals: {
+ // jsonToGraphQLQuery: "json-to-graphql-query"
+ // }
79
}
80
81
0 commit comments