Skip to content

Commit

Permalink
Feat(Lib): Delete PWA Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikram-Maulana committed Jan 28, 2023
1 parent 2ba47b5 commit 3e1fb3e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 2,377 deletions.
11 changes: 2 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
/** @type {import('next').NextConfig} */
const withPWA = require("next-pwa")({
dest: "public",
register: true,
skipWaiting: true,
disable: process.env.NODE_ENV === "development",
});

const nextConfig = withPWA({
const nextConfig = {
experimental: {
appDir: true,
},
});
};

module.exports = nextConfig;
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"next": "13.1.5",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4"
Expand Down
Loading

0 comments on commit 3e1fb3e

Please sign in to comment.