webpack-upload icon indicating copy to clipboard operation
webpack-upload copied to clipboard

a webpack upload plugin which upload compiled static resources to remote server

Results 3 webpack-upload issues
Sort by recently updated
recently updated
newest added

可以通过过滤函数把包括html在内的所有文件上传吗?比如 ``` test: function(filepath) { return filepath.indexOf('') > -1; } ```

webpack4 warning DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead fixed