1.0.0 • Published 3 years ago

fis3-deploy-refresh v1.0.0

Weekly downloads
47
License
ISC
Repository
-
Last release
3 years ago

fis3-deploy-refresh

说明

在 fis-deploy-http-push插件完成上传工作之后,刷新本地浏览器。

使用方法

fis.match('*.js', {
    deploy: [
        // other plugins
        fis.plugin('http-push'),
        fis.plugin('refresh', {
            url: 'xxx'
        })]
});
1.0.0

3 years ago