소스 검색

next config sourcemap

AykutSarac 2 년 전
부모
커밋
6d3e259f5a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

@@ -7,6 +7,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
  */
 const config = {
   reactStrictMode: false,
+  productionBrowserSourceMaps: true,
   compiler: {
     styledComponents: true,
   },