Skip to content

Commit

Permalink
Undo the CommonJS change
Browse files Browse the repository at this point in the history
I didn't realize it would break the build.
  • Loading branch information
gaearon authored Nov 28, 2017
1 parent 88e2954 commit 036fb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/reflection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

'use strict';

module.exports = require('./src/ReactFiberTreeReflection');
export * from './src/ReactFiberTreeReflection';

0 comments on commit 036fb85

Please sign in to comment.