Commit a2180f17 authored by Steven's avatar Steven

chore: remove `vite-plugin-pwa`

parent b992d07f
{
"name": "memos",
"version": "0.4.5",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
......@@ -21,8 +20,7 @@
"react-feather": "^2.0.10",
"react-i18next": "^11.18.6",
"react-redux": "^8.0.1",
"react-router-dom": "^6.4.0",
"vite-plugin-pwa": "^0.12.8"
"react-router-dom": "^6.4.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",
......
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import { VitePWA } from "vite-plugin-pwa";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), VitePWA()],
plugins: [react()],
server: {
host: "0.0.0.0",
port: 3000,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment