Skip to content

Commit

Permalink
Resolve IE11 Babel compatibility issues
Browse files Browse the repository at this point in the history
By implementing the browserlist entry in the package.json
  • Loading branch information
MKodde committed Dec 7, 2021
1 parent 4bb765f commit 516f235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 3.1.0.1
- Intermediate IE11 fix to resolve the Babel IE11 compatibility issues

## 3.1.0
**Feature**
* Add the enrollment link on the QR code #128 #129:wq
* Add the enrollment link on the QR code #128 #129

**Chores**
- Updated travis runtime environment variables #119
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"browserslist": "last 2 versions, ie 11, > 1%",
"devDependencies": {
"@symfony/webpack-encore": "^1",
"@types/jest": "^24",
Expand Down

0 comments on commit 516f235

Please sign in to comment.