Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Respirayson authored Dec 22, 2023
1 parent 2e7c97a commit 8c21f68
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ import react from '@vitejs/plugin-react'
import tailwindcss from 'tailwindcss'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "./",
css: {
postcss: {
plugins: [tailwindcss()],
},
}
})

export default defineConfig(({ command }) => {
const config = {
plugins: [react()],
Expand Down

0 comments on commit 8c21f68

Please sign in to comment.