1.0.0 • Published 4 years ago

zzc-postoss-webpack-plugin v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Description

租租车专用阿里云OSS推送webpack插件,基于post-oss插件实现的webpack插件,更加合理的在webpack的构建过程中进行OSS上传。

Getting started

npm install zzc-postoss-webpack-plugin --save-dev

webpack.config.js

const ZZCPostOSSWebpackPlugin = require('zzc-postoss-webpack-plugin');
{
    entry: ...,
    plugins: [
        ...,
        new ZZCPostOSSWebpackPlugin( {
            remotePath: 'you remote path',
            remoteAuth: 'you remote auth'
        } )
    ]
}