Skip to content

shenwei235/simple-qiniu-plugin-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-qiniu-plugin-webpack

upload assets to Qiniu after webpack bundle, inspired from https://github.com/MikaAK/s3-plugin-webpack.

USAGE:

plugins: [
    new qiniuUploader({
        domain: 'your qiniu domain',
        access: 'your qiniu access',
        secret: 'your qiniu secret',
        bucket: 'the bucket of your qiniu account',
        prefix: 'the prefix after bucket',
        include: /.*\.(js|css|svg|jpg|gif)$/, // /.*\.(js|css)$/
    })
]

About

upload assets to Qiniu after webpack bundle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published