sindresorhus / notifier-for-github

Browser extension - Get notified about new GitHub notifications
MIT License
1.82k stars 133 forks source link

Replace webpack with parcel #252

Closed fregante closed 3 years ago

fregante commented 3 years ago

I was trying to fix []() https://github.com/sindresorhus/notifier-for-github/issues/251 but of course webpack’s config was a PITA to update and conform to ESM, so the next logical step was… https://github.com/fregante/browser-extension-template/pull/44

To get started I ran:

npm i -D parcel@nightly @parcel/config-webextension@nightly
fregante commented 3 years ago

The options page appears to work. Untested elsewhere because I'm notification zero 😌

sindresorhus commented 3 years ago

Thanks for doing this. Seems to be working fine.

fregante commented 3 years ago

🙌