aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-06-25 18:38:39 +0300
committerGitHub <[email protected]>2020-06-25 18:38:39 +0300
commit22f32415c03a33547b64a080fa6bbd7e954b845f (patch)
tree9a2d933f611fc9e57fa9cdabd8456ed3a9d56468 /package.json
parentacdeaed47df69c134154235b902fd12761b03f22 (diff)
downloadbootstrap-22f32415c03a33547b64a080fa6bbd7e954b845f.tar.xz
bootstrap-22f32415c03a33547b64a080fa6bbd7e954b845f.zip
Update Babel config (#31011)
* remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3cce53ddf..29577f3e0 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,6 @@
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
- "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^13.0.0",