Skip to content

Commit a376e71

Browse files
committed
Format vite config file
1 parent cd0cd26 commit a376e71

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

vite.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import react from '@vitejs/plugin-react';
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
plugins: [react({
7-
jsxRuntime: 'classic',
8-
})],
6+
plugins: [
7+
react({
8+
jsxRuntime: 'classic',
9+
}),
10+
],
911
});

0 commit comments

Comments
 (0)