We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab0178 commit 7186407Copy full SHA for 7186407
vite.config.js
vite.config.ts
@@ -1,6 +1,7 @@
1
import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react'
3
+import glslify from 'vite-plugin-glslify'
4
5
export default defineConfig({
- plugins: [react()],
6
+ plugins: [react(), glslify()],
7
})
0 commit comments