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