qcloud-cos-webpack-plugin

1.1.1 • Public • Published

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`,
        }),
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i qcloud-cos-webpack-plugin

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

5.41 kB

Total Files

4

Last publish

Collaborators

  • cangzhang