Add FB www build of simple-cache-provider (#12822)

This commit is contained in:
Andrew Clark 2018-05-15 13:21:07 -07:00 committed by GitHub
parent 103503eb69
commit a5184b215d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -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',

View File

@ -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
}
]
}