Skip to content

Commit e15aa06

Browse files
committed
Exclude transform-typeof-symbol
1 parent 076f629 commit e15aa06

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.babelrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ const loose = true;
22

33
module.exports = {
44
presets: [
5-
['@babel/env', { loose, modules: false }],
5+
['@babel/env', {
6+
loose,
7+
modules: false,
8+
exclude: ['transform-typeof-symbol'],
9+
}],
610
],
711
plugins: [
812
['@babel/proposal-class-properties', { loose }],

0 commit comments

Comments
 (0)