-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work in Big Sur? #59
Comments
Unfortunately I'm still running Catalina, so I am unable to confirm whether Big Sur is causing any issues with notifications. That being said, I did a cursory search of open issues over at node-notifer (which is what Can you post up the relevant section of your webpack.config? In the meantime, I can do some digging to see if there's a way we can enable some logging to see where/why the notification is failing. |
Well, I just added this as the last item of the plugins array. Something like:
Basically just as it's presented on the homepage of this Github. I just removed suppressSuccess because I wanted the notifications to appear for successful builds as well. I don't see any warning or anything in the command line either. Everything seems working besides the missing notification. |
Well, that looks fine to me. I still haven't upgraded to Big Sur so am unable to test locally, but I'm wondering if you would mind trying out the You'd need to checkout node-notifier and then run
If the example generates a notification, that could point to a problem in this package. |
node-notifier works fine. Notification popped up. |
@samuelg0rd0n , thanks for checking, I appreciate it. I've upgraded |
Sorry for the delay in response. I tried upgrading but it didn't help. |
This was inadvertently closed; re-opening. |
:( I just upgraded to What version of webpack are you using? |
webpack 4.42.1 and webpack-cli 3.3.11 |
It's working for me, but I only see the regular terminal icon, not the status ones shown in the readme: Big Sur 11.4 My guess is that macOS no longer allows customizing the app icon so this can only be set as an "attachment image" |
Landing here coincidentally. I never had trouble having icons on Big Sur (right now I’m on macOS 11.5.2). |
I'm new to this plugin. I installed it, added it to my webpack.config.js but after build nothing happened. I'm aware that Big Sur broke some things. It this one of them? Can someone confirm it's (not) working on Big Sur? Thank you.
The text was updated successfully, but these errors were encountered: