mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
chore: remove vanilla-extract plugin from Vite configuration
This commit is contained in:
parent
f659b24760
commit
febf61b275
1 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ import {
|
|||
externalizeDepsPlugin,
|
||||
} from "electron-vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
|
||||
import svgr from "vite-plugin-svgr";
|
||||
import { sentryVitePlugin } from "@sentry/vite-plugin";
|
||||
|
||||
|
@ -48,7 +47,6 @@ export default defineConfig(({ mode }) => {
|
|||
plugins: [
|
||||
svgr(),
|
||||
react(),
|
||||
vanillaExtractPlugin(),
|
||||
sentryVitePlugin({
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
org: "hydra-launcher",
|
||||
|
|
Loading…
Reference in a new issue