Skip to content

Commit

Permalink
Remove babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed Apr 19, 2024
1 parent 885f147 commit ac50edd
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,5 @@ import tsconfigPaths from 'vite-tsconfig-paths'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [
tsconfigPaths(),
react({
babel: {
plugins: [
[
'prismjs',
{
languages: ['js', 'css', 'html', 'tsx'],
},
],
],
},
}),
],
plugins: [tsconfigPaths(), react()],
})

0 comments on commit ac50edd

Please sign in to comment.