Skip to content

Commit

Permalink
chore: tweak playground/react
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Sep 17, 2021
1 parent 2bcf6b7 commit 4313e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/react/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import reactPlugin from '@vitejs/plugin-react'
import react from '@vitejs/plugin-react'

const config: import('vite').UserConfig = {
plugins: [reactPlugin({})],
plugins: [react()],
build: {
// to make tests faster
minify: false
Expand Down

0 comments on commit 4313e26

Please sign in to comment.