Skip to content

Commit

Permalink
chore(package): Add add-module-exports plugin for support old module.…
Browse files Browse the repository at this point in the history
…exports syntax
  • Loading branch information
ghaiklor committed Dec 1, 2015
1 parent 4a8a9ad commit 59bbfb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["es2015"]
"presets": ["es2015"],
"plugins": ["add-module-exports"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"devDependencies": {
"babel-cli": "6.2.0",
"babel-plugin-add-module-exports": "0.1.1",
"babel-preset-es2015": "6.1.18",
"chai": "3.3.0",
"chai-passport-strategy": "0.2.0",
Expand Down

0 comments on commit 59bbfb3

Please sign in to comment.