Skip to content

Commit

Permalink
Add FB www build of simple-cache-provider (facebook#12822)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite authored May 15, 2018
1 parent 103503e commit a5184b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ const bundles = [
/******* Simple Cache Provider (experimental) *******/
{
label: 'simple-cache-provider',
bundleTypes: [NODE_DEV, NODE_PROD],
bundleTypes: [FB_WWW_DEV, FB_WWW_PROD, NODE_DEV, NODE_PROD],
moduleType: ISOMORPHIC,
entry: 'simple-cache-provider',
global: 'SimpleCacheProvider',
Expand Down
14 changes: 14 additions & 0 deletions scripts/rollup/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,20 @@
"packageName": "react-scheduler",
"size": 2068,
"gzip": 1051
},
{
"filename": "SimpleCacheProvider-dev.js",
"bundleType": "FB_WWW_DEV",
"packageName": "simple-cache-provider",
"size": 6227,
"gzip": 1926
},
{
"filename": "SimpleCacheProvider-prod.js",
"bundleType": "FB_WWW_PROD",
"packageName": "simple-cache-provider",
"size": 2752,
"gzip": 854
}
]
}

0 comments on commit a5184b2

Please sign in to comment.