123
This commit is contained in:
parent
ffc4d585cd
commit
7f3ad66e15
@ -21,16 +21,16 @@ export default defineConfig({
|
|||||||
entry: path.resolve(__dirname, "src/index.ts"),
|
entry: path.resolve(__dirname, "src/index.ts"),
|
||||||
name: camelize(name),
|
name: camelize(name),
|
||||||
},
|
},
|
||||||
// terserOptions: {
|
terserOptions: {
|
||||||
// compress: {
|
compress: {
|
||||||
// drop_console: true,
|
drop_console: false,
|
||||||
// drop_debugger: true,
|
drop_debugger: true,
|
||||||
// pure_funcs: ["console.log"],
|
pure_funcs: [],
|
||||||
// },
|
},
|
||||||
// output: {
|
output: {
|
||||||
// comments: true,
|
comments: true,
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
exports: "named",
|
exports: "named",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user