1.1.1 • Published 4 years ago

qcloud-cos-webpack-plugin v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

QCloudCOSWebpackPlugin

Configuration

Options:

Params
SecretId
SecretKey
Bucket
Region

example:

const QCloudCOSWebpackPlugin = require('qcloud-cos-webpack-plugin');

...

module.exports = {
    plugins: [
        ...,

        new QCloudCOSWebpackPlugin({
            SecretId: `xxx`,
            SecretKey: `xxx`,
            Bucket: `xxx`,
            Region: `xxx`,
        }),
    ]
}
1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago