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.
module.exports
1 parent f8c4001 commit 8f7d0b0Copy full SHA for 8f7d0b0
.babelrc
@@ -9,5 +9,8 @@
9
}
10
]
11
],
12
- "plugins": ["@babel/plugin-transform-flow-strip-types"]
+ "plugins": [
13
+ "@babel/plugin-transform-flow-strip-types",
14
+ "add-module-exports"
15
+ ]
16
package.json
@@ -37,6 +37,7 @@
37
"@babel/plugin-transform-flow-strip-types": "^7.16.0",
38
"aud": "^1.1.5",
39
"babel-jest": "^24.9.0",
40
+ "babel-plugin-add-module-exports": "^1.0.4",
41
"babel-preset-airbnb": "^5.0.0",
42
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
43
"eslint-config-airbnb-base": "^15.0.0",
0 commit comments