Skip to content

Commit

Permalink
Fix ReactDOM FB build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Nov 2, 2017
1 parent 69718df commit faeb440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-dom/src/client/ReactDOMFB.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Object.assign(
},
);

module.exports = ReactDOM;
export default ReactDOM;
8 changes: 4 additions & 4 deletions scripts/rollup/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"gzip": 33239
},
"ReactDOM-dev.js (FB_DEV)": {
"size": 609049,
"gzip": 136235
"size": 580159,
"gzip": 130593
},
"ReactDOM-prod.js (FB_PROD)": {
"size": 422543,
"gzip": 93634
"size": 412862,
"gzip": 91252
},
"react-dom-test-utils.development.js (NODE_DEV)": {
"size": 42927,
Expand Down

0 comments on commit faeb440

Please sign in to comment.