Forráskód Böngészése

next config sourcemap

AykutSarac 2 éve
szülő
commit
6d3e259f5a
1 módosított fájl, 1 hozzáadás és 0 törlés
  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,
   },