mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: remove vanilla-extract plugin from Electron Vite config
This commit is contained in:
parent
f288870bf2
commit
b9e04de98a
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";
|
||||
|
||||
|
@ -55,7 +54,6 @@ export default defineConfig(({ mode }) => {
|
|||
plugins: [
|
||||
svgr(),
|
||||
react(),
|
||||
vanillaExtractPlugin(),
|
||||
sentryVitePlugin({
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
org: "hydra-launcher",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue