Skip to content

Commit 83fd91c

Browse files
Johann-SXhmikosR
authored andcommitted
Update to babel beta 5
1 parent fc9967e commit 83fd91c

File tree

3 files changed

+788
-1067
lines changed

3 files changed

+788
-1067
lines changed

.babelrc.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
module.exports = {
22
presets: [
33
[
4-
'env',
4+
'@babel/env',
55
{
66
loose: true,
77
modules: false,
8-
exclude: ['transform-es2015-typeof-symbol']
8+
exclude: ['transform-typeof-symbol']
99
}
1010
]
1111
],
1212
plugins: [
13-
process.env.ROLLUP && 'external-helpers',
1413
process.env.PLUGINS && 'transform-es2015-modules-strip'
1514
].filter(Boolean)
1615
};

0 commit comments

Comments
 (0)