Browse Source
Remove unneeded babel config variable
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/20268/head
John Molakvoæ (skjnldsv)
6 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
5 additions and
6 deletions
-
babel.config.js
|
|
|
@ -1,16 +1,15 @@ |
|
|
|
module.exports = { |
|
|
|
plugins: [ |
|
|
|
'@babel/plugin-syntax-dynamic-import', |
|
|
|
['@babel/plugin-proposal-class-properties', { loose: true }] |
|
|
|
['@babel/plugin-proposal-class-properties', { loose: true }], |
|
|
|
], |
|
|
|
presets: [ |
|
|
|
[ |
|
|
|
'@babel/preset-env', |
|
|
|
{ |
|
|
|
modules: false, |
|
|
|
corejs: 3, |
|
|
|
useBuiltIns: false, |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
}; |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
} |