Skip to content

jguang/fis3-postpackager-h5cachejson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

h5缓存自动生成配置文件


fis.match('::package', {
    postpackager: [fis.plugin('loader', {
            resourceType: 'mod',
            allInOne: true,
            // obtainScript: false
            useInlineMap: true // 资源映射表内嵌,
        })
        , fis.plugin('h5cachejson', {
            "Type": 4,
            "Version": 7,
            "SdkVersion": "v2.2.8",
            "cacheActions": ['follow', 'tofollow', 'charms', 'gives'],
        })
    ]
});



About

生成H5需要缓存的JSON配置文件

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published