mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
2 lines
143 B
Bash
Executable file
2 lines
143 B
Bash
Executable file
#!/usr/bin/env bash
|
|
grep -rl "mangle: { toplevel: true }" ./node_modules/ | xargs sed -i '' -e "s/mangle: { toplevel: true }/mangle: false/g"
|