We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422e08b commit 582ce75Copy full SHA for 582ce75
vite.config.ts
@@ -24,5 +24,16 @@ export default defineConfig({
24
match: ["https://www.notion.so/*"],
25
},
26
}),
27
+ monkey({
28
+ entry: "src/coretax/main.ts",
29
+ build: {
30
+ fileName: "coretax.user.js",
31
+ },
32
+ userscript: {
33
+ name: "Coretax Enhance",
34
+ namespace: "npm/vite-plugin-monkey",
35
+ match: ["https://coretaxdjp.pajak.go.id/*"],
36
37
+ }),
38
],
39
});
0 commit comments