mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
2 lines
137 B
Bash
Executable file
2 lines
137 B
Bash
Executable file
#!/usr/bin/env bash
|
|
grep -rl "mangle: { toplevel: true }" ./node_modules/ | xargs sed -i "s/mangle: { toplevel: true }/mangle: false/g"
|