We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ab20d commit d074077Copy full SHA for d074077
bun.lockb
0 Bytes
package.json
@@ -21,7 +21,7 @@
21
"@types/lodash": "^4.17.6",
22
"@types/node": "^20.14.9",
23
"@vitejs/plugin-vue": "^5.0.5",
24
- "adm-zip": "^0.5.14",
+ "adm-zip": "0.5.9",
25
"sass": "^1.77.6",
26
"tsx": "^4.16.5",
27
"typescript": "^5.2.2",
vite.config.ts
@@ -34,7 +34,7 @@ export default defineConfig({
34
}
35
],
36
build: {
37
- outDir: `dist/${config.default.identifier}`,
+ outDir: `dist/`,
38
minify: 'esbuild',
39
lib: {
40
entry: 'src/main.ts',
0 commit comments