✨: update
This commit is contained in:
@@ -36,6 +36,7 @@ const matchModule: string[] = [
|
||||
"button",
|
||||
"tooltip",
|
||||
"page",
|
||||
"scroll"
|
||||
];
|
||||
|
||||
export default (): UserConfigExport => {
|
||||
@@ -66,16 +67,6 @@ export default (): UserConfigExport => {
|
||||
entry: resolve(process.cwd(), "./src/index.ts"),
|
||||
formats: ["es"],
|
||||
},
|
||||
terserOptions: {
|
||||
compress: {
|
||||
drop_console: true,
|
||||
drop_debugger: true,
|
||||
pure_funcs: ["console.log"],
|
||||
},
|
||||
output: {
|
||||
comments: true,
|
||||
},
|
||||
},
|
||||
rollupOptions: {
|
||||
input: inputs,
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user