Skip to main content
vuepress-theme-hope

vuepress-plugin-remove-pwa

Remove existing service worker from your VuePress site

Guide 💡Config 🛠

How to use

Install

pnpm add -D vuepress-plugin-remove-pwa

Usage

// .vuepress/config.ts
import { removePWAPlugin } from "vuepress-plugin-remove-pwa";

export default {
  plugins: [
    removePWAPlugin({
      // your options
    }),
  ],
};