Skip to content

Commit 7186407

Browse files
authored
chore: Remove glslify plugin from vite.config.js and add it to vite.config.ts (#2109)
1 parent 6ab0178 commit 7186407

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

vite.config.js

-6
This file was deleted.

vite.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
3+
import glslify from 'vite-plugin-glslify'
34

45
export default defineConfig({
5-
plugins: [react()],
6+
plugins: [react(), glslify()],
67
})

0 commit comments

Comments
 (0)