webpack-tencent-cos
TypeScript icon, indicating that this package has built-in type declarations

2.0.11 • Public • Published

webpack-tencent-cos

CH: webpack腾讯云COS上传

EN: webpack tencent Cloud Object Storage(COS) plugin

Install

yarn add webpack-tencent-cos -D

Usage

// webpack.config.js

const CosPlugin = require("webpack-tencent-cos");

plugins: [
    new CosPlugin({
      secretId: '********************',
      secretKey: '********************',
      bucket: '*****************',
      region: 'xxxx',
      path: 'xxxxx',
    })
]

Package Sidebar

Install

npm i webpack-tencent-cos

Weekly Downloads

1

Version

2.0.11

License

MIT

Unpacked Size

9.06 kB

Total Files

6

Last publish

Collaborators

  • liulunsheng