I am working on an Angular 17 + Tauri application, and I encountered the following error when running the app on macOS 10.15.7 or lower:
SyntaxError: Unexpected token '=' promiseReactionJob
Observations:
"browserslist": [ "> 0.5%", "last 2 versions", "Firefox ESR", "not dead", "not IE 11", "not kaios 2.5", "not op_mini all" ]
What I Have Tried:
Questions:
Any help would be greatly appreciated!
solved it by adding "Safari >= 13" @ browserslist