This commit is contained in:
IndieKKY
2024-10-03 19:48:55 +08:00
parent 5b6b4211a4
commit 66cd431c3b
5 changed files with 391 additions and 302 deletions

View File

@@ -4,10 +4,10 @@ import {visualizer} from "rollup-plugin-visualizer";
import {crx} from '@crxjs/vite-plugin'
import path from "path"
// @ts-ignore
import manifest from './manifest.json'
import manifest from './manifest.config'
// https://vitejs.dev/config/
export default ({mode}) => {
export default () => {
return defineConfig({
base: '/',
build: {