Transpile ES6 to ES5 for filemanager. Closes #224
This commit is contained in:
parent
aa6e733ba5
commit
130aa6cc8a
9 changed files with 39 additions and 7 deletions
8
.babelrc
Normal file
8
.babelrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"presets": ["es2015"],
|
||||
"compact": true,
|
||||
"minified": true,
|
||||
"only": "public/js/files/*.js",
|
||||
"sourceMaps": "inline",
|
||||
"comments": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue