before the psy

This commit is contained in:
FMS-Cat
2021-04-02 01:41:14 +09:00
parent 441844d296
commit 1449c8fd00
54 changed files with 1789 additions and 264 deletions

View File

@@ -33,6 +33,10 @@ const terserOptions = {
]
},
},
format: {
ascii_only: true,
ecma: 2020,
},
module: true,
toplevel: true,
};