ci: remove unneeded options
This commit is contained in:
parent
c189dc70bc
commit
c97c61c1dd
|
@ -23,8 +23,6 @@ export default defineConfig({
|
|||
build: {
|
||||
outDir: "lib",
|
||||
lib: {
|
||||
entry: "build/index.js",
|
||||
name: "main",
|
||||
formats: ["cjs"],
|
||||
...currentConfig,
|
||||
},
|
||||
|
|
Reference in New Issue