i stopped properly committing my work
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user