Skip to content

Commit

Permalink
Experimental babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 24, 2016
1 parent 38c530f commit cbdf8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{
"loose": true
}
]
],
"./babel-plugin.js"
]
}
1 change: 0 additions & 1 deletion babel-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = function(context) {
]);

if (namedExports.size) {
console.log(namedExports);
namedExports.forEach(function(name) {
path.pushContainer('body', [
t.expressionStatement(t.assignmentExpression(
Expand Down

0 comments on commit cbdf8af

Please sign in to comment.