Skip to content

Commit

Permalink
docs: add browser-list-target
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb committed Aug 30, 2019
1 parent 06195a9 commit d61ffb4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,17 @@ This library has `peerDependencies` listings for:
- `cornerstone-web-image-loader` - JPEG/PNG images
- `cornerstone-wado-image-loader` - DICOM images; also parses tags for tool use

If you need to support the `IE11` Browser, you will need to provide polyfills as needed.
If you need to support the `IE11` Browser, you will need to provide polyfills as needed. Our BrowserList target:

```json
"browserslist": [
"> 1%",
"IE 11",
"not dead",
"not IE < 11",
"not op_mini all"
]
```

**Setting up and configuring `cornerstone-tools`'s depency can be the biggest hurdle to getting started. Be sure to check out our docs for assistance.**

Expand Down Expand Up @@ -228,7 +238,6 @@ MIT
Links:
-->


<!-- prettier-ignore-start -->
[build-badge]: https://circleci.com/gh/cornerstonejs/cornerstoneTools/tree/master.svg?style=svg
[build]: https://circleci.com/gh/cornerstonejs/cornerstoneTools/tree/master
Expand Down

0 comments on commit d61ffb4

Please sign in to comment.