We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a3258 commit 3831524Copy full SHA for 3831524
.babelrc
@@ -10,7 +10,6 @@
10
]
11
],
12
"plugins": [
13
- "@babel/plugin-transform-modules-commonjs",
14
- "add-module-exports"
+ "@babel/plugin-transform-modules-commonjs"
15
16
}
package.json
@@ -36,7 +36,6 @@
36
"@babel/plugin-transform-modules-commonjs": "7.5.0",
37
"@babel/preset-env": "7.5.5",
38
"babel-jest": "24.8.0",
39
- "babel-plugin-add-module-exports": "1.0.2",
40
"del-cli": "2.0.0",
41
"eslint": "6.1.0",
42
"eslint-config-prettier": "6.0.0",
0 commit comments