Skip to content

Commit

Permalink
SHIBUI-1552 Fixed issue with loading in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 29, 2019
1 parent 69c8949 commit d59d754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ui/browserslist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
IE 11
2 changes: 1 addition & 1 deletion ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"downlevelIteration": true,
"target": "es2015",
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
Expand Down

0 comments on commit d59d754

Please sign in to comment.