Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.49k stars 589 forks source link

What browsers are supported? #177

Closed CochiorasBogdan closed 5 years ago

CochiorasBogdan commented 5 years ago

Hello, What is the minimum Browsers versions, ECMASCIPT 5,6 supported by the project? Tried to test the demo website on IE 11 and get the following error: SCRIPT1010: Expected identifier vendors~main.29a8fc921753281c4dcf.js (1,14244) capture

radex commented 5 years ago

I don't know, we haven't tested legacy browsers. I suspect there are missing Babel transformations. Feel free to contribute to this pull request: https://github.com/Nozbe/WatermelonDB/pull/145