Closed cliffordfajardo closed 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]
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
This commit added the package.json update.
package.json
This commit added the package-lock.json update with a small fix removing a default parameter for a function, which was breaking the build
package-lock.json
I need to be more careful with my commits so I don't bring in irrelevant stuff by accident.
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: