1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

clean up projects.js

This commit is contained in:
2021-07-09 18:02:16 -04:00
parent d24f55d7ac
commit d9214d846d
2 changed files with 19 additions and 9 deletions

View File

@@ -145,6 +145,7 @@ export default {
terserOptions: {
compress: {
arrows: false,
drop_console: true,
negate_iife: false,
sequences: false,
},