Skip to content

Commit 0288a39

Browse files
committed
remove babel plugin for default exports
1 parent 5e7a89c commit 0288a39

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
}
88
]
99
],
10-
"plugins": [
11-
"add-module-exports"
12-
],
1310
"comments": false,
1411
"env": {
1512
"test": {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"babel-cli": "^6.26.0",
4848
"babel-core": "^6.26.0",
4949
"babel-loader": "^7.1.4",
50-
"babel-plugin-add-module-exports": "^0.2.1",
5150
"babel-plugin-istanbul": "^4.1.5",
5251
"babel-preset-es2015": "^6.24.1",
5352
"chai": "^4.1.2",

0 commit comments

Comments
 (0)