8000 GitHub - bootstarted/s3-webpack-plugin: Simple webpack to S3 uploader.
[go: up one dir, main page]

Skip to content

bootstarted/s3-webpack-plugin

Repository files navigation

s3-webpack-plugin

Simple S3 upload plugin for webpack.

build status coverage license version downloads

For something with more bells and whistles, feel free to look here.

Install:

npm install --save s3-webpack-plugin

And configure:

module.exports = {
  // ...
  plugins: [
    new S3UploadPlugin('s3://my-bucket'),
  ],
};

About

Simple webpack to S3 uploader.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0