Browse Source

next config sourcemap

AykutSarac 2 năm trước cách đây
mục cha
commit
6d3e259f5a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
   },