InvoiceChaser v1.0.0 — Freelancer Payment Tracker & Auto Follow-Up Chrome Extension
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { crx } from "@crxjs/vite-plugin";
|
||||
import { defineConfig } from "vite";
|
||||
import manifest from "./src/manifest.json" with { type: "json" };
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
outDir: "dist",
|
||||
emptyOutDir: false,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
popup: "src/popup/popup.html",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [crx({ manifest })],
|
||||
});
|
||||
Reference in New Issue
Block a user