Skip to content

Commit

Permalink
Fix babel
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Apr 14, 2021
1 parent 090a183 commit 79d8c2c
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 35 deletions.
14 changes: 3 additions & 11 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
useBuiltIns: 'usage',
corejs: 3
}
]
]
};
const babelConfig = require('@nextcloud/babel-config')

module.exports = babelConfig
Loading

0 comments on commit 79d8c2c

Please sign in to comment.