Skip to content

Commit

Permalink
Update to babel beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S authored and XhmikosR committed Nov 7, 2017
1 parent fc9967e commit 83fd91c
Show file tree
Hide file tree
Showing 3 changed files with 788 additions and 1,067 deletions.
5 changes: 2 additions & 3 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
module.exports = {
presets: [
[
'env',
'@babel/env',
{
loose: true,
modules: false,
exclude: ['transform-es2015-typeof-symbol']
exclude: ['transform-typeof-symbol']
}
]
],
plugins: [
process.env.ROLLUP && 'external-helpers',
process.env.PLUGINS && 'transform-es2015-modules-strip'
].filter(Boolean)
};
Loading

0 comments on commit 83fd91c

Please sign in to comment.