Skip to content

Commit bd5ebe7

Browse files
committed
1.3.1 & webpack babel fix
1 parent b75d6d0 commit bd5ebe7

7 files changed

Lines changed: 945 additions & 2261 deletions

File tree

.babelrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ build/
55
vendor/
66
clover.xml
77
js
8-
8+
.vscode

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password.
1010
1111
Guests users can only access files shared to them and can't create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]></description>
12-
<version>1.3.1</version>
12+
<version>1.4.0</version>
1313
<licence>agpl</licence>
1414
<author>Nextcloud</author>
1515
<types>

babel.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
modules: false
7+
}
8+
]
9+
]
10+
}

0 commit comments

Comments
 (0)