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 committed Nov 6, 2017
1 parent 34d7455 commit d116703
Show file tree
Hide file tree
Showing 3 changed files with 835 additions and 951 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 d116703

Please sign in to comment.