Skip to content

Commit f23534c

Browse files
committed
prettier
1 parent 8f94a73 commit f23534c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/graphiql/vite.config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ const esmConfig = defineConfig({
7070
function htmlPlugin(): PluginOption {
7171
const htmlForVite = /* HTML */ `
7272
<script type="module">
73-
import React from "react";
74-
import ReactDOM from "react-dom/client";
75-
import GraphiQL from "./src/cdn";
73+
import React from 'react';
74+
import ReactDOM from 'react-dom/client';
75+
import GraphiQL from './src/cdn';
7676
7777
Object.assign(globalThis, { React, ReactDOM, GraphiQL });
7878
</script>

0 commit comments

Comments
 (0)