Skip to content

Commit

Permalink
add source map in production
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Dec 5, 2024
1 parent 6f3044e commit bb5566f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { withContentlayer } from "next-contentlayer";
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
productionBrowserSourceMaps: true,
// Eslint only lint pages/, app/, components/, lib/, and src/ directories by default. So we need to add other directories to the eslint config.
// https://nextjs.org/docs/app/building-your-application/configuring/eslint#linting-custom-directories-and-files
eslint: {
Expand Down

0 comments on commit bb5566f

Please sign in to comment.