Skip to content

Commit 4ab5013

Browse files
JadTermsaniadampash
authored andcommitted
chore: update node rollup config (#229)
1 parent 1ccd14e commit 4ab5013

File tree

3 files changed

+1354
-53
lines changed

3 files changed

+1354
-53
lines changed

.babelrc

-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"presets": ["@babel/preset-env"],
33
"plugins": [
4-
"@babel/plugin-transform-destructuring",
5-
"@babel/plugin-proposal-object-rest-spread",
6-
"@babel/plugin-transform-async-to-generator",
74
[
85
"module-resolver",
96
{
@@ -22,8 +19,6 @@
2219
"env": {
2320
"development": {
2421
"plugins": [
25-
["@babel/plugin-proposal-export-default-from"],
26-
["@babel/plugin-proposal-export-namespace-from"],
2722
[
2823
"@babel/plugin-transform-runtime",
2924
{

package.json

-7
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
"license": "ISC",
3030
"devDependencies": {
3131
"@babel/core": "^7.0.0",
32-
"@babel/plugin-external-helpers": "^7.2.0",
33-
"@babel/plugin-proposal-export-default-from": "^7.0.0",
34-
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
35-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
36-
"@babel/plugin-transform-async-to-generator": "^7.0.0",
37-
"@babel/plugin-transform-destructuring": "^7.0.0",
3832
"@babel/plugin-transform-runtime": "^7.0.0",
3933
"@babel/polyfill": "^7.0.0",
4034
"@babel/preset-env": "^7.0.0",
@@ -46,7 +40,6 @@
4640
"babel-core": "^7.0.0-bridge.0",
4741
"babel-eslint": "^10.0.1",
4842
"babel-jest": "^23.4.2",
49-
"babel-plugin-external-helpers": "^6.22.0",
5043
"babel-plugin-module-alias": "^1.6.0",
5144
"babel-plugin-module-resolver": "^3.1.2",
5245
"babelify": "^10.0.0",

0 commit comments

Comments
 (0)