Skip to content

Commit

Permalink
docs: add compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 12, 2022
1 parent 94f1879 commit 9e8f82e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Compatibility table

This package is expected to work in these environments:

| Environment | Comment |
|---------------------------------------|-------------------------------------------------------------------------------------------|
| nodejs>=12, common js | |
| nodejs>=12, mjs | |
| Browser using script tag, umd | |
| webpack@4 | |
| webpack@5 | |
| @vue/cli@4 (webpack@4) | |
| @vue/cli@5 (webpack@5) | |
| create-react-app@4 (webpack@4) | |
| create-react-app@5 (webpack@5) | |
| create-react-native-app@3 (webpack@4) | Requires `URLSearchParams` polyfill https://github.com/swagger-api/swagger-js/issues/2457 |
| meteor@2 | |

0 comments on commit 9e8f82e

Please sign in to comment.