Skip to content

Commit

Permalink
Further updates to ensure compatibility with IE11 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Jul 30, 2023
1 parent 5271530 commit ac94f24
Show file tree
Hide file tree
Showing 5 changed files with 1,671 additions and 114 deletions.
12 changes: 11 additions & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"presets": ["@babel/preset-typescript"]
"presets": [
"@babel/preset-typescript",
[
"@babel/preset-env",
{
"targets": {
"ie": "11"
}
}
]
]
}
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
<Id>4d810708-b23f-4105-bfab-6301f6d3a8ba</Id>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<ProviderName>Nikkel Mollenhauer</ProviderName>
<DefaultLocale>en-GB</DefaultLocale>
<DisplayName DefaultValue="Mail Notes"/>
Expand Down
Loading

0 comments on commit ac94f24

Please sign in to comment.