Skip to content

Commit 3831524

Browse files
Removed add-module-exports since now exports two properties
1 parent 95a3258 commit 3831524

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
]
1111
],
1212
"plugins": [
13-
"@babel/plugin-transform-modules-commonjs",
14-
"add-module-exports"
13+
"@babel/plugin-transform-modules-commonjs"
1514
]
1615
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"@babel/plugin-transform-modules-commonjs": "7.5.0",
3737
"@babel/preset-env": "7.5.5",
3838
"babel-jest": "24.8.0",
39-
"babel-plugin-add-module-exports": "1.0.2",
4039
"del-cli": "2.0.0",
4140
"eslint": "6.1.0",
4241
"eslint-config-prettier": "6.0.0",

0 commit comments

Comments
 (0)