Skip to content

Commit

Permalink
refactor(deps): next.js -> 14 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym authored Oct 27, 2023
1 parent 14cce2a commit 4144a24
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 202 deletions.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({

// if move pwa config to witPlugins, it will not work
const nextConfig = {
reactStrictMode: false,
transpilePackages: ['ramda'],
reactStrictMode: true,
swcMinify: true,
productionBrowserSourceMaps: true,
compiler: {
Expand Down
Loading

0 comments on commit 4144a24

Please sign in to comment.