Commit ad8d3a6c authored by XhmikosR's avatar XhmikosR
Browse files

Update Babel config (#31011)

* remove plugin-proposal-object-rest-spread
* add bugfixes
* `exclude: ['transform-typeof-symbol']` did nothing with our config
6 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md
Showing with 2 additions and 6 deletions
+2 -6
...@@ -4,14 +4,11 @@ module.exports = { ...@@ -4,14 +4,11 @@ module.exports = {
'@babel/preset-env', '@babel/preset-env',
{ {
loose: true, loose: true,
modules: false, bugfixes: true,
exclude: ['transform-typeof-symbol'] modules: false
} }
] ]
], ],
plugins: [
'@babel/plugin-proposal-object-rest-spread'
],
env: { env: {
test: { test: {
plugins: [ 'istanbul' ] plugins: [ 'istanbul' ]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment