Add About screen, list of recently opened vaults, category filtering
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
import { defineConfig } from "vite"
|
||||
import react from "@vitejs/plugin-react"
|
||||
import yaml from "@rollup/plugin-yaml"
|
||||
import babel from "./scripts/vite-babel"
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
plugins: [react(), yaml()],
|
||||
plugins: [babel(), react(), yaml()],
|
||||
define: {
|
||||
global: "globalThis",
|
||||
"process.browser": "true",
|
||||
|
Reference in New Issue
Block a user