Explorar o código

next config sourcemap

AykutSarac %!s(int64=2) %!d(string=hai) anos
pai
achega
6d3e259f5a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
   },