Backport #30742
Update to `@rollup/plugin-babel`
Showing
+29 -60
build/babel-helpers.js
deleted
100644 → 0
... | ... | @@ -113,6 +113,7 @@ |
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@rollup/plugin-babel": "^5.0.2", | ||
"@rollup/plugin-commonjs": "^11.1.0", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"autoprefixer": "^9.7.6", | ||
... | ... | @@ -144,7 +145,6 @@ |
"postcss-cli": "^7.1.1", | ||
"qunit": "2.9.2", | ||
"rollup": "^2.9.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"shelljs": "^0.8.4", | ||
"shx": "^0.3.2", | ||
"sinon": "^7.5.0", | ||
... | ... |
Please register or sign in to comment