Skip to content

Instantly share code, notes, and snippets.

@stetrevor
Last active October 6, 2019 08:20
Show Gist options
  • Select an option

  • Save stetrevor/ecb560350da08e1f17d8abdc2a05d02e to your computer and use it in GitHub Desktop.

Select an option

Save stetrevor/ecb560350da08e1f17d8abdc2a05d02e to your computer and use it in GitHub Desktop.
const { GenerateSW } = require("workbox-webpack-plugin");
module.exports = {
publicPath: process.env.NODE_ENV === "development" ? "/vuejs-pwa/" : "",
configureWebpack: {
plugins: [new GenerateSW()]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment