: update

This commit is contained in:
就眠儀式
2022-06-26 17:22:21 +08:00
parent 97a4b14e08
commit 60c1dbff95
7 changed files with 14 additions and 34 deletions

View File

@@ -24,16 +24,6 @@ export default (): UserConfigExport => {
formats: ["es"],
fileName: (name) => `index.js`,
},
terserOptions: {
compress: {
drop_console: true,
drop_debugger: true,
pure_funcs: ["console.log"],
},
output: {
comments: true,
},
},
rollupOptions: {
output: {
globals: {