mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' of https://github.com/hydralauncher/hydra
This commit is contained in:
commit
2b14b9dda0
29 changed files with 1212 additions and 1208 deletions
|
@ -4,7 +4,6 @@ import {
|
|||
loadEnv,
|
||||
swcPlugin,
|
||||
externalizeDepsPlugin,
|
||||
bytecodePlugin,
|
||||
} from "electron-vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
|
||||
|
@ -35,12 +34,7 @@ export default defineConfig(({ mode }) => {
|
|||
"@globals": resolve("src/globals"),
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
externalizeDepsPlugin(),
|
||||
swcPlugin(),
|
||||
bytecodePlugin(),
|
||||
sentryPlugin,
|
||||
],
|
||||
plugins: [externalizeDepsPlugin(), swcPlugin(), sentryPlugin],
|
||||
},
|
||||
preload: {
|
||||
plugins: [externalizeDepsPlugin()],
|
||||
|
@ -56,13 +50,7 @@ export default defineConfig(({ mode }) => {
|
|||
"@globals": resolve("src/globals"),
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
svgr(),
|
||||
react(),
|
||||
vanillaExtractPlugin(),
|
||||
bytecodePlugin(),
|
||||
sentryPlugin,
|
||||
],
|
||||
plugins: [svgr(), react(), vanillaExtractPlugin(), sentryPlugin],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue