i stopped properly committing my work

This commit is contained in:
2024-10-06 15:34:30 +03:00
parent 18d1a02e98
commit 339c98545e
8 changed files with 329 additions and 51 deletions

View File

@@ -11,11 +11,13 @@ module.exports = {
plugins: [
new TerserPlugin({
terserOptions: {
keep_fnames: ['signIn', 'fetchProtected'],
keep_fnames: ['signIn', 'fetchProtected', 'createUser', 'updateUser'],
mangle: {
reserved: [
"signIn",
"fetchProtected"
"fetchProtected",
"createUser",
"updateUser"
]
}
}