Skip to content

Commit 48d070d

Browse files
committed
removing array from jsonToGraphQLQuery import in plugin
1 parent 5c030ae commit 48d070d

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
@@ -65,7 +65,7 @@ export default defineConfig({
6565
chunkSizeWarningLimit: 1250,
6666
commonjsOptions: { transformMixedEsModules: true },
6767
rollupOptions: {
68-
external: [path.resolve(__dirname, "jsonToGraphQLQuery")],
68+
external: "jsonToGraphQLQuery",
6969
input: path.resolve(__dirname, "index.html"),
7070
output: {
7171
dir: "dist",

0 commit comments

Comments
 (0)