Skip to content

Commit

Permalink
fix(src): add CJS wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Mar 20, 2017
1 parent dc14627 commit cd043f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/cjs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./index').default;
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ function valLoader(content) {
processResult(this, result);
}

module.exports = valLoader;
export default valLoader;

0 comments on commit cd043f5

Please sign in to comment.