swc/crates/swc_ecma_minifier/scripts/_/notify.sh
Donny/강동윤 1c1c9f0eae
fix(es/minifier): Fix bugs (#2955)
swc_ecma_minifier:
 - Improve the script for extracting inputs from next.js app.
 - Ensure the name is removed on inlining.
 - Respect `inline_prevented`.
2022-01-05 05:12:52 +09:00

9 lines
150 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
if command -v osascript &> /dev/null
then
osascript -e "display notification \"$1\" with title \"swc-minifier\""
fi