Skip to content

Commit d827641

Browse files
Update browserslist.
1 parent ed7bcb3 commit d827641

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.browserslistrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
> 0.25%
1+
> 0.5%,
2+
last 2 versions,
3+
Firefox ESR,
24
not dead

readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ To run:
2626
_ Open the browser at the http://localhost:5000 \* Go to `html` folder (uncompiled sources) or `html-li20b` folder (compiled sources) and select an example.
2727
- Node: Run `node <filename>` or sometimes `node --harmony <filename>`
2828

29+
### Compile
30+
31+
Browserslist is used in the compile step above. The file `.browserslistrc` contains the configuration. To check which browsers are supported with the compiled code, run:
32+
33+
```zsh
34+
npx browserslist
35+
```
36+
2937
## Conferences
3038

3139
- Demos used during the ["JavaScript 2016 for C# Developers"](http://www.slideshare.net/RickBeerendonk/javascript-2016-for-c-developers) presentation. Microsoft TechDays, October 4, 2016.

0 commit comments

Comments
 (0)