🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

webpack-tencent-cos

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-tencent-cos

webpack-tencent-cos upload assets to tencent cos server

latest
Source
npmnpm
Version
2.0.11
Version published
Weekly downloads
30
200%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

webpack

FAQs

Package last updated on 13 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts