Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1552 (pull request #404)
Browse files Browse the repository at this point in the history
SHIBUI-1552 Fixed issue with loading in Safari
  • Loading branch information
rmathis committed Oct 29, 2019
2 parents 69c8949 + d59d754 commit ed32493
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 ed32493

Please sign in to comment.