mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
refac: rewrite a lil in rust
This commit is contained in:
@@ -28,6 +28,9 @@ const mode = process.env.MODE || "chrome"; // Check the environment variable to
|
||||
const useMillion = mode.toLowerCase() !== "firefox";
|
||||
|
||||
export default defineConfig(({ command }) => ({
|
||||
// Default "/" makes Vite's modulepreload helper resolve deps as "/assets/…", which loads from the
|
||||
// page origin in content scripts. Relative base uses `new URL(dep, import.meta.url)` instead.
|
||||
base: "./",
|
||||
plugins: [
|
||||
base64Loader,
|
||||
InlineWorkerPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user