keithjgrant / omnibear

A Micropub browser extension
MIT License
36 stars 8 forks source link

Update micropub-helper, webpack and babel dependencies #40

Closed grantcodes closed 6 years ago

grantcodes commented 6 years ago

Ok so this basically updates a bunch of dependencies and makes no real functional changes.

But just from the dependency updates it should fix #39 #38 and #32

grantcodes commented 6 years ago

Oh also now when building it throws a bunch of warnings because micropub-helper is "missing dependencies". They are deliberately excluded because they are only needed for node, if anyone knows how to fix it let me know!

Cheers,
Grant

keithjgrant commented 6 years ago

Awesome. Thanks!

I’m kind of buried right now, but I want to clean a few things up and cut a new release when I find a chance.

Can we cut Babel? I don’t recall now why I included it. We’re only targeting modern browsers, so it seems unnecessary.

grantcodes commented 6 years ago

Can't remove babel, it's needed at the very least for compiling the JSX. And chances are there is something in there that isn't supported even by the most up to date browsers.