Skip to content

Commit 2654a19

Browse files
authored
Merge pull request #13070 from nextcloud/ie11-compatibility-updatenotifications
Ie11 compatibility updatenotifications
2 parents e4bb007 + 1a68e21 commit 2654a19

File tree

6 files changed

+1266
-33
lines changed

6 files changed

+1266
-33
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: {
7+
browsers: ['last 2 versions', 'ie >= 11']
8+
}
9+
}
10+
]
11+
]
12+
}

apps/updatenotification/js/updatenotification.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/updatenotification/js/updatenotification.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)