multiplegeorges / vue-cli-plugin-s3-deploy

A vue-cli plugin that uploads your built Vue.js project to an S3 bucket
MIT License
331 stars 51 forks source link

Drop PWA support #69

Closed nicekiwi closed 5 years ago

nicekiwi commented 5 years ago

It's provided by an official Vue CLI plugin. No need to re-invent the square.

multiplegeorges commented 5 years ago

For a PWA to properly update itself, certain cache control settings need to be set in S3. That's what the PWA option does.

Can you explain how it is not needed in this plugin and how it is handled by the other one?

nicekiwi commented 5 years ago

You're right, I mis-understood the extend of AWS config needed.