webpack: remove from universal binary allowlist (#83478)

master
Carlo Cabrera 2021-08-18 20:19:11 +08:00 committed by GitHub
parent f99bc29f85
commit 0518e342b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,9 @@ class Webpack < Formula
bin.install_symlink libexec/"bin/webpack-cli"
bin.install_symlink libexec/"bin/webpack-cli" => "webpack"
# Replace universal binaries with their native slices
deuniversalize_machos
end
test do

View File

@ -20,6 +20,5 @@
"openjdk",
"openjdk@11",
"serverless",
"sourcery",
"webpack"
"sourcery"
]