cliffordfajardo / cato

Spotlight and alfred app like search in your browser 🔍.
https://chrome.google.com/webstore/detail/cato/icphdcfpompgbdikholnedfeidemgobg
MIT License
262 stars 22 forks source link

App breaks on older version of Chrome [Windows] #3

Closed cliffordfajardo closed 7 years ago

cliffordfajardo commented 7 years ago

Cato breaks on open in older versions of Chrome like version 52. I suspect the issue might be that the bundle isn't polyfilling all of the ES6+ features (Ex: async await)

Error:

Uncaught Syntax Error: Unexpected token (    [popup.js:1]

bug

cliffordfajardo commented 7 years ago

Fixed this issue on my local machine, by adding some new babel presets, so Cato now loads up on older versions of Chrome 49+ I estimate.

Will push this out in the next release

cliffordfajardo commented 7 years ago

This commit added the package.json update.

This commit added the package-lock.json update with a small fix removing a default parameter for a function, which was breaking the build

I need to be more careful with my commits so I don't bring in irrelevant stuff by accident.