-
-
Save brigand/d53540f8277e893be33e81fe2cb0d784 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock | |
index bd7754656..e882cb6df 100644 | |
--- a/docs/Gemfile.lock | |
+++ b/docs/Gemfile.lock | |
@@ -65,6 +65,3 @@ DEPENDENCIES | |
rb-fsevent | |
redcarpet | |
sanitize (~> 2.0) | |
- | |
-BUNDLED WITH | |
- 1.11.2 | |
diff --git a/scripts/rollup/results.json b/scripts/rollup/results.json | |
index 01bee146e..f2072784b 100644 | |
--- a/scripts/rollup/results.json | |
+++ b/scripts/rollup/results.json | |
@@ -1,5 +1,5 @@ | |
{ | |
- "branch": "master", | |
+ "branch": "es6-docs", | |
"bundleSizes": { | |
"react.development.js (UMD_DEV)": { | |
"size": 121454, | |
@@ -10,20 +10,20 @@ | |
"gzip": 5765 | |
}, | |
"react-dom.development.js (UMD_DEV)": { | |
- "size": 583190, | |
- "gzip": 134534 | |
+ "size": 584097, | |
+ "gzip": 134881 | |
}, | |
"react-dom.production.min.js (UMD_PROD)": { | |
- "size": 120740, | |
- "gzip": 38094 | |
+ "size": 121059, | |
+ "gzip": 38208 | |
}, | |
"react-dom-server.development.js (UMD_DEV)": { | |
- "size": 495558, | |
- "gzip": 119685 | |
+ "size": 496543, | |
+ "gzip": 120008 | |
}, | |
"react-dom-server.production.min.js (UMD_PROD)": { | |
- "size": 107033, | |
- "gzip": 33273 | |
+ "size": 107372, | |
+ "gzip": 33388 | |
}, | |
"react-art.development.js (UMD_DEV)": { | |
"size": 342608, | |
@@ -50,44 +50,44 @@ | |
"gzip": 9256 | |
}, | |
"ReactDOMStack-dev.js (FB_DEV)": { | |
- "size": 522763, | |
- "gzip": 124727 | |
+ "size": 523856, | |
+ "gzip": 125042 | |
}, | |
"ReactDOMStack-prod.js (FB_PROD)": { | |
- "size": 352776, | |
- "gzip": 84675 | |
+ "size": 352410, | |
+ "gzip": 84523 | |
}, | |
"react-dom.development.js (NODE_DEV)": { | |
- "size": 542188, | |
- "gzip": 125158 | |
+ "size": 543093, | |
+ "gzip": 125539 | |
}, | |
"react-dom.production.min.js (NODE_PROD)": { | |
- "size": 116925, | |
- "gzip": 36732 | |
+ "size": 117244, | |
+ "gzip": 36841 | |
}, | |
"ReactDOMFiber-dev.js (FB_DEV)": { | |
- "size": 797235, | |
- "gzip": 184122 | |
+ "size": 799046, | |
+ "gzip": 184654 | |
}, | |
"ReactDOMFiber-prod.js (FB_PROD)": { | |
- "size": 407613, | |
- "gzip": 93586 | |
+ "size": 407639, | |
+ "gzip": 93600 | |
}, | |
"react-dom-server.development.js (NODE_DEV)": { | |
- "size": 445589, | |
- "gzip": 107597 | |
+ "size": 446572, | |
+ "gzip": 107892 | |
}, | |
"react-dom-server.production.min.js (NODE_PROD)": { | |
- "size": 101411, | |
- "gzip": 31292 | |
+ "size": 101732, | |
+ "gzip": 31377 | |
}, | |
"ReactDOMServerStack-dev.js (FB_DEV)": { | |
- "size": 444281, | |
- "gzip": 107443 | |
+ "size": 445290, | |
+ "gzip": 107756 | |
}, | |
"ReactDOMServerStack-prod.js (FB_PROD)": { | |
- "size": 334166, | |
- "gzip": 80444 | |
+ "size": 333711, | |
+ "gzip": 80282 | |
}, | |
"ReactARTStack-dev.js (FB_DEV)": { | |
"size": 142986, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment