Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate default exports is now unnecessary #36065

Merged
merged 1 commit into from Apr 11, 2022

Conversation

Brooooooklyn
Copy link
Contributor

Bug

  • Related issues linked using fixes #number
  • Integration tests added
  • Errors have helpful link attached, see contributing.md

Feature

  • Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
  • Related issues linked using fixes #number
  • Integration tests added
  • Documentation added
  • Telemetry added. In case of a feature if it's used or not.
  • Errors have helpful link attached, see contributing.md

Documentation / Examples

  • Make sure the linting passes by running yarn lint

@ijjk
Copy link
Member

ijjk commented Apr 11, 2022

Stats from current PR

Default Build (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
buildDuration 17.8s 17.7s -123ms
buildDurationCached 6.8s 7s ⚠️ +192ms
nodeModulesSize 484 MB 484 MB -5.49 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
/ failed reqs 0 0
/ total time (seconds) 3.695 3.681 -0.01
/ avg req/sec 676.67 679.07 +2.4
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.531 1.563 ⚠️ +0.03
/error-in-render avg req/sec 1632.55 1599.23 ⚠️ -33.32
Client Bundles (main, webpack) Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
925.HASH.js gzip 179 B 179 B
framework-HASH.js gzip 42 kB 42 kB
main-HASH.js gzip 28.3 kB 28 kB -316 B
webpack-HASH.js gzip 1.44 kB 1.44 kB
Overall change 72 kB 71.7 kB -316 B
Legacy Client Bundles (polyfills)
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
_app-HASH.js gzip 1.36 kB 1.36 kB
_error-HASH.js gzip 192 B 192 B
amp-HASH.js gzip 309 B 309 B
css-HASH.js gzip 327 B 327 B
dynamic-HASH.js gzip 3.05 kB 3.05 kB
head-HASH.js gzip 351 B 351 B
hooks-HASH.js gzip 920 B 920 B
image-HASH.js gzip 5.73 kB 5.68 kB -46 B
index-HASH.js gzip 263 B 263 B
link-HASH.js gzip 2.36 kB 2.32 kB -44 B
routerDirect..HASH.js gzip 320 B 320 B
script-HASH.js gzip 392 B 387 B -5 B
withRouter-HASH.js gzip 319 B 319 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 16 kB 15.9 kB -95 B
Client Build Manifests
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
_buildManifest.js gzip 460 B 460 B
Overall change 460 B 460 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
index.html gzip 533 B 531 B -2 B
link.html gzip 546 B 544 B -2 B
withRouter.html gzip 526 B 524 B -2 B
Overall change 1.6 kB 1.6 kB -6 B

Diffs

Diff for _buildManifest.js
@@ -12,14 +12,14 @@ self.__BUILD_MANIFEST = {
   ],
   "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-96a5d6ed07cf5a83.js"],
   "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-9dfe734f583d4926.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-5597cb692d5dcc6b.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-c605640c895e01ab.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-0e5a6c840e535a1d.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-a72b8ab130103a8f.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-98eb70bf22fb21da.js"
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-cb15c8ac2322bf32.js"
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-1d699e963b4c9346.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-8706ec6f36f636f6.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-ee616b01250df021.js"
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-1285f0be62775073.js"
   ],
   sortedPages: [
     "\u002F",
Diff for image-HASH.js
@@ -18,8 +18,13 @@
       /***/
     },
 
-    /***/ 9749: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9749: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
+      var __webpack_unused_export__;
 
       function _arrayLikeToArray(arr, len) {
         if (len == null || len > arr.length) len = arr.length;
@@ -118,9 +123,9 @@
         )
           return _arrayLikeToArray(o, minLen);
       }
-      Object.defineProperty(exports, "__esModule", {
+      __webpack_unused_export__ = {
         value: true
-      });
+      };
       exports["default"] = Image;
       var _react = _interopRequireWildcard(__webpack_require__(7294));
       var _head = _interopRequireDefault(__webpack_require__(3121));
@@ -1099,19 +1104,16 @@
           .concat(encodeURIComponent(src), "&w=")
           .concat(width, "&q=")
           .concat(quality || 75);
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=image.js.map
 
       /***/
     },
 
-    /***/ 9246: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9246: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -1310,13 +1312,6 @@
           })
         );
         return instance;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=use-intersection.js.map
 
       /***/
@@ -1344,8 +1339,7 @@
       // EXTERNAL MODULE: ./node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(5893);
       // EXTERNAL MODULE: ./node_modules/next/image.js
-      var next_image = __webpack_require__(5675);
-      var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
+      var next_image = __webpack_require__(5675); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ var nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
         height: 1347,
@@ -1359,7 +1353,7 @@
             /*#__PURE__*/ (0, jsx_runtime.jsx)("h1", {
               children: "next/image example"
             }),
-            /*#__PURE__*/ (0, jsx_runtime.jsx)(image_default(), {
+            /*#__PURE__*/ (0, jsx_runtime.jsx)(next_image["default"], {
               src: nextjs,
               placeholder: "blur"
             })
Diff for link-HASH.js
@@ -18,8 +18,13 @@
       /***/
     },
 
-    /***/ 1551: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1551: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
+      var __webpack_unused_export__;
 
       function _arrayLikeToArray(arr, len) {
         if (len == null || len > arr.length) len = arr.length;
@@ -90,9 +95,9 @@
         )
           return _arrayLikeToArray(o, minLen);
       }
-      Object.defineProperty(exports, "__esModule", {
+      __webpack_unused_export__ = {
         value: true
-      });
+      };
       exports["default"] = void 0;
       var _react = _interopRequireDefault(__webpack_require__(7294));
       var _router = __webpack_require__(1003);
@@ -321,19 +326,16 @@
         return /*#__PURE__*/ _react.default.cloneElement(child, childProps);
       }
       var _default = Link;
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=link.js.map
+      exports["default"] = _default; //# sourceMappingURL=link.js.map
 
       /***/
     },
 
-    /***/ 9246: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9246: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -532,13 +534,6 @@
           })
         );
         return instance;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=use-intersection.js.map
 
       /***/
@@ -563,9 +558,6 @@
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         1664
       );
-      /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_link__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       function aLink(props) {
         return /*#__PURE__*/ (0,
@@ -577,7 +569,7 @@
             }),
             /*#__PURE__*/ (0,
             react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
-              next_link__WEBPACK_IMPORTED_MODULE_1___default(),
+              next_link__WEBPACK_IMPORTED_MODULE_1__["default"],
               {
                 href: "/",
                 children: "Go to /"
Diff for routerDirect-HASH.js
@@ -37,9 +37,6 @@
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         1163
       );
-      /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_router__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       /* eslint-disable-next-line */
Diff for script-HASH.js
@@ -37,9 +37,6 @@
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         4298
       );
-      /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_script__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       var Page = function() {
         return /*#__PURE__*/ (0,
@@ -53,7 +50,7 @@
               }),
               /*#__PURE__*/ (0,
               react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
-                next_script__WEBPACK_IMPORTED_MODULE_1___default(),
+                next_script__WEBPACK_IMPORTED_MODULE_1__["default"],
                 {
                   dangerouslySetInnerHTML: {
                     __html: 'console.log("hello")'
Diff for withRouter-HASH.js
@@ -37,9 +37,6 @@
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         1163
       );
-      /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_router__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       function useWithRouter(props) {
         return /*#__PURE__*/ (0,
Diff for main-HASH.js
@@ -57,7 +57,7 @@
       /***/
     },
 
-    /***/ 1831: /***/ function(module, exports) {
+    /***/ 1831: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       function _instanceof(left, right) {
@@ -239,19 +239,16 @@
           oldTags.length +
           newTags.length
         ).toString();
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=head-manager.js.map
 
       /***/
     },
 
-    /***/ 4534: /***/ function(module, exports, __webpack_require__) {
+    /***/ 4534: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       var _runtimeJs = _interopRequireDefault(__webpack_require__(4051));
@@ -793,8 +790,9 @@
                     if (false) {
                     }
                     if (initialData.scriptLoader) {
-                      initScriptLoader = __webpack_require__(3573)
-                        .initScriptLoader;
+                      initScriptLoader = __webpack_require__(
+                        3573
+                      ) /* .initScriptLoader */.z;
                       initScriptLoader(initialData.scriptLoader);
                     }
                     pageLoader = new _pageLoader.default(
@@ -1532,19 +1530,16 @@
           [callback]
         );
         return null;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=index.js.map
 
       /***/
     },
 
-    /***/ 1783: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1783: /***/ function(
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       var _ = __webpack_require__(4534);
@@ -1561,19 +1556,12 @@
         .then(function() {
           return (0, _).hydrate();
         })
-        .catch(console.error);
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=next.js.map
+        .catch(console.error); //# sourceMappingURL=next.js.map
 
       /***/
     },
 
-    /***/ 2700: /***/ function(module, exports) {
+    /***/ 2700: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1585,19 +1573,16 @@
         return path.endsWith("/") && path !== "/" ? path.slice(0, -1) : path;
       }
       var normalizePathTrailingSlash = false ? 0 : removePathTrailingSlash;
-      exports.normalizePathTrailingSlash = normalizePathTrailingSlash;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=normalize-trailing-slash.js.map
+      exports.normalizePathTrailingSlash = normalizePathTrailingSlash; //# sourceMappingURL=normalize-trailing-slash.js.map
 
       /***/
     },
 
-    /***/ 976: /***/ function(module, exports, __webpack_require__) {
+    /***/ 976: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _classCallCheck(instance, Constructor) {
@@ -1772,19 +1757,16 @@
         ]);
         return PageLoader;
       })();
-      exports["default"] = PageLoader;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=page-loader.js.map
+      exports["default"] = PageLoader; //# sourceMappingURL=page-loader.js.map
 
       /***/
     },
 
-    /***/ 659: /***/ function(module, exports, __webpack_require__) {
+    /***/ 659: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1822,19 +1804,16 @@
         (0, _webVitals).getLCP(onReport);
         (0, _webVitals).getTTFB(onReport);
       };
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=performance-relayer.js.map
+      exports["default"] = _default; //# sourceMappingURL=performance-relayer.js.map
 
       /***/
     },
 
-    /***/ 7345: /***/ function(module, exports, __webpack_require__) {
+    /***/ 7345: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -1937,19 +1916,12 @@
             )
           : null;
       };
-      exports.Portal = Portal;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=index.js.map
+      exports.Portal = Portal; //# sourceMappingURL=index.js.map
 
       /***/
     },
 
-    /***/ 4686: /***/ function(module, exports) {
+    /***/ 4686: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1979,19 +1951,16 @@
         function(id) {
           return clearTimeout(id);
         };
-      exports.cancelIdleCallback = cancelIdleCallback;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=request-idle-callback.js.map
+      exports.cancelIdleCallback = cancelIdleCallback; //# sourceMappingURL=request-idle-callback.js.map
 
       /***/
     },
 
-    /***/ 8483: /***/ function(module, exports, __webpack_require__) {
+    /***/ 8483: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -2131,19 +2100,16 @@
         );
       }
       var _default = RouteAnnouncer;
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=route-announcer.js.map
+      exports["default"] = _default; //# sourceMappingURL=route-announcer.js.map
 
       /***/
     },
 
-    /***/ 2497: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2497: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2529,19 +2495,16 @@
               .catch(function() {});
           }
         };
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=route-loader.js.map
 
       /***/
     },
 
-    /***/ 880: /***/ function(module, exports, __webpack_require__) {
+    /***/ 880: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -2852,20 +2815,18 @@
           };
         });
         return instance;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=router.js.map
 
       /***/
     },
 
-    /***/ 3573: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3573: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
+      var __webpack_unused_export__;
 
       function _arrayLikeToArray(arr, len) {
         if (len == null || len > arr.length) len = arr.length;
@@ -2928,10 +2889,10 @@
         )
           return _arrayLikeToArray(o, minLen);
       }
-      Object.defineProperty(exports, "__esModule", {
+      __webpack_unused_export__ = {
         value: true
-      });
-      exports.initScriptLoader = initScriptLoader;
+      };
+      exports.z = initScriptLoader;
       exports["default"] = void 0;
       var _react = _interopRequireWildcard(__webpack_require__(7294));
       var _headManagerContext = __webpack_require__(4664);
@@ -3211,19 +3172,16 @@
         return null;
       }
       var _default = Script;
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=script.js.map
+      exports["default"] = _default; //# sourceMappingURL=script.js.map
 
       /***/
     },
 
-    /***/ 2129: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2129: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3236,19 +3194,16 @@
       exports.RefreshContext = RefreshContext;
       function useRefreshRoot() {
         return (0, _react).useContext(RefreshContext);
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=refresh.js.map
 
       /***/
     },
 
-    /***/ 7185: /***/ function(module, exports, __webpack_require__) {
+    /***/ 7185: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3298,19 +3253,16 @@
           },
           [callback]
         );
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=vitals.js.map
 
       /***/
     },
 
-    /***/ 9977: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9977: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3345,13 +3297,6 @@
           : {
               default: obj
             };
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=with-router.js.map
 
       /***/
Diff for index.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-865f462d83402e26.js"
+      src="/_next/static/chunks/main-26c4d970f7a13427.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-865f462d83402e26.js"
+      src="/_next/static/chunks/main-26c4d970f7a13427.js"
       defer=""
     ></script>
     <script
@@ -27,7 +27,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/link-c605640c895e01ab.js"
+      src="/_next/static/chunks/pages/link-a72b8ab130103a8f.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for withRouter.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-865f462d83402e26.js"
+      src="/_next/static/chunks/main-26c4d970f7a13427.js"
       defer=""
     ></script>
     <script
@@ -27,7 +27,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/withRouter-ee616b01250df021.js"
+      src="/_next/static/chunks/pages/withRouter-1285f0be62775073.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>

Default Build with SWC (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
buildDuration 20.8s 20.3s -476ms
buildDurationCached 6.9s 6.8s -154ms
nodeModulesSize 484 MB 484 MB -5.49 kB
Page Load Tests Overall increase ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
/ failed reqs 0 0
/ total time (seconds) 3.739 3.622 -0.12
/ avg req/sec 668.65 690.22 +21.57
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.607 1.501 -0.11
/error-in-render avg req/sec 1555.75 1665.85 +110.1
Client Bundles (main, webpack) Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
925.HASH.js gzip 178 B 178 B
framework-HASH.js gzip 42.3 kB 42.3 kB
main-HASH.js gzip 28.7 kB 28.3 kB -362 B
webpack-HASH.js gzip 1.45 kB 1.45 kB
Overall change 72.6 kB 72.3 kB -362 B
Legacy Client Bundles (polyfills)
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
_app-HASH.js gzip 1.35 kB 1.35 kB
_error-HASH.js gzip 179 B 179 B
amp-HASH.js gzip 313 B 313 B
css-HASH.js gzip 325 B 325 B
dynamic-HASH.js gzip 3.03 kB 3.03 kB
head-HASH.js gzip 351 B 351 B
hooks-HASH.js gzip 921 B 921 B
image-HASH.js gzip 5.77 kB 5.74 kB -31 B
index-HASH.js gzip 261 B 261 B
link-HASH.js gzip 2.44 kB 2.38 kB -53 B
routerDirect..HASH.js gzip 322 B 322 B
script-HASH.js gzip 393 B 388 B -5 B
withRouter-HASH.js gzip 317 B 317 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 16.1 kB 16 kB -89 B
Client Build Manifests Overall increase ⚠️
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
_buildManifest.js gzip 458 B 459 B ⚠️ +1 B
Overall change 458 B 459 B ⚠️ +1 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary vercel/next.js do-not-need-interpolate-default-exports Change
index.html gzip 532 B 531 B -1 B
link.html gzip 546 B 544 B -2 B
withRouter.html gzip 527 B 526 B -1 B
Overall change 1.6 kB 1.6 kB -4 B

Diffs

Diff for _buildManifest.js
@@ -12,14 +12,14 @@ self.__BUILD_MANIFEST = {
   ],
   "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-96a5d6ed07cf5a83.js"],
   "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-9dfe734f583d4926.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-5597cb692d5dcc6b.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-c605640c895e01ab.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-0e5a6c840e535a1d.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-a72b8ab130103a8f.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-98eb70bf22fb21da.js"
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-cb15c8ac2322bf32.js"
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-1d699e963b4c9346.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-8706ec6f36f636f6.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-ee616b01250df021.js"
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-1285f0be62775073.js"
   ],
   sortedPages: [
     "\u002F",
Diff for image-HASH.js
@@ -18,8 +18,13 @@
       /***/
     },
 
-    /***/ 9749: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9749: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
+      var __webpack_unused_export__;
 
       function _arrayLikeToArray(arr, len) {
         if (len == null || len > arr.length) len = arr.length;
@@ -118,9 +123,9 @@
         )
           return _arrayLikeToArray(o, minLen);
       }
-      Object.defineProperty(exports, "__esModule", {
+      __webpack_unused_export__ = {
         value: true
-      });
+      };
       exports["default"] = Image;
       var _react = _interopRequireWildcard(__webpack_require__(7294));
       var _head = _interopRequireDefault(__webpack_require__(3121));
@@ -1099,19 +1104,16 @@
           .concat(encodeURIComponent(src), "&w=")
           .concat(width, "&q=")
           .concat(quality || 75);
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=image.js.map
 
       /***/
     },
 
-    /***/ 9246: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9246: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -1310,13 +1312,6 @@
           })
         );
         return instance;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=use-intersection.js.map
 
       /***/
@@ -1344,8 +1339,7 @@
       // EXTERNAL MODULE: ./node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(5893);
       // EXTERNAL MODULE: ./node_modules/next/image.js
-      var next_image = __webpack_require__(5675);
-      var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
+      var next_image = __webpack_require__(5675); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ var nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
         height: 1347,
@@ -1359,7 +1353,7 @@
             /*#__PURE__*/ (0, jsx_runtime.jsx)("h1", {
               children: "next/image example"
             }),
-            /*#__PURE__*/ (0, jsx_runtime.jsx)(image_default(), {
+            /*#__PURE__*/ (0, jsx_runtime.jsx)(next_image["default"], {
               src: nextjs,
               placeholder: "blur"
             })
Diff for link-HASH.js
@@ -18,8 +18,13 @@
       /***/
     },
 
-    /***/ 1551: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1551: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
+      var __webpack_unused_export__;
 
       function _arrayLikeToArray(arr, len) {
         if (len == null || len > arr.length) len = arr.length;
@@ -90,9 +95,9 @@
         )
           return _arrayLikeToArray(o, minLen);
       }
-      Object.defineProperty(exports, "__esModule", {
+      __webpack_unused_export__ = {
         value: true
-      });
+      };
       exports["default"] = void 0;
       var _react = _interopRequireDefault(__webpack_require__(7294));
       var _router = __webpack_require__(1003);
@@ -321,19 +326,16 @@
         return /*#__PURE__*/ _react.default.cloneElement(child, childProps);
       }
       var _default = Link;
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=link.js.map
+      exports["default"] = _default; //# sourceMappingURL=link.js.map
 
       /***/
     },
 
-    /***/ 9246: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9246: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -532,13 +534,6 @@
           })
         );
         return instance;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=use-intersection.js.map
 
       /***/
@@ -563,9 +558,6 @@
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         1664
       );
-      /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_link__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       function aLink(props) {
         return /*#__PURE__*/ (0,
@@ -577,7 +569,7 @@
             }),
             /*#__PURE__*/ (0,
             react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
-              next_link__WEBPACK_IMPORTED_MODULE_1___default(),
+              next_link__WEBPACK_IMPORTED_MODULE_1__["default"],
               {
                 href: "/",
                 children: "Go to /"
Diff for routerDirect-HASH.js
@@ -37,9 +37,6 @@
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         1163
       );
-      /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_router__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       /* eslint-disable-next-line */
Diff for script-HASH.js
@@ -37,9 +37,6 @@
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         4298
       );
-      /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_script__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       var Page = function() {
         return /*#__PURE__*/ (0,
@@ -53,7 +50,7 @@
               }),
               /*#__PURE__*/ (0,
               react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
-                next_script__WEBPACK_IMPORTED_MODULE_1___default(),
+                next_script__WEBPACK_IMPORTED_MODULE_1__["default"],
                 {
                   dangerouslySetInnerHTML: {
                     __html: 'console.log("hello")'
Diff for withRouter-HASH.js
@@ -37,9 +37,6 @@
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
         1163
       );
-      /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
-        next_router__WEBPACK_IMPORTED_MODULE_1__
-      );
 
       function useWithRouter(props) {
         return /*#__PURE__*/ (0,
Diff for main-HASH.js
@@ -57,7 +57,7 @@
       /***/
     },
 
-    /***/ 1831: /***/ function(module, exports) {
+    /***/ 1831: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       function _instanceof(left, right) {
@@ -239,19 +239,16 @@
           oldTags.length +
           newTags.length
         ).toString();
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=head-manager.js.map
 
       /***/
     },
 
-    /***/ 4534: /***/ function(module, exports, __webpack_require__) {
+    /***/ 4534: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       var _runtimeJs = _interopRequireDefault(__webpack_require__(4051));
@@ -793,8 +790,9 @@
                     if (false) {
                     }
                     if (initialData.scriptLoader) {
-                      initScriptLoader = __webpack_require__(3573)
-                        .initScriptLoader;
+                      initScriptLoader = __webpack_require__(
+                        3573
+                      ) /* .initScriptLoader */.z;
                       initScriptLoader(initialData.scriptLoader);
                     }
                     pageLoader = new _pageLoader.default(
@@ -1532,19 +1530,16 @@
           [callback]
         );
         return null;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=index.js.map
 
       /***/
     },
 
-    /***/ 1783: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1783: /***/ function(
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       var _ = __webpack_require__(4534);
@@ -1561,19 +1556,12 @@
         .then(function() {
           return (0, _).hydrate();
         })
-        .catch(console.error);
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=next.js.map
+        .catch(console.error); //# sourceMappingURL=next.js.map
 
       /***/
     },
 
-    /***/ 2700: /***/ function(module, exports) {
+    /***/ 2700: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1585,19 +1573,16 @@
         return path.endsWith("/") && path !== "/" ? path.slice(0, -1) : path;
       }
       var normalizePathTrailingSlash = false ? 0 : removePathTrailingSlash;
-      exports.normalizePathTrailingSlash = normalizePathTrailingSlash;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=normalize-trailing-slash.js.map
+      exports.normalizePathTrailingSlash = normalizePathTrailingSlash; //# sourceMappingURL=normalize-trailing-slash.js.map
 
       /***/
     },
 
-    /***/ 976: /***/ function(module, exports, __webpack_require__) {
+    /***/ 976: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _classCallCheck(instance, Constructor) {
@@ -1772,19 +1757,16 @@
         ]);
         return PageLoader;
       })();
-      exports["default"] = PageLoader;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=page-loader.js.map
+      exports["default"] = PageLoader; //# sourceMappingURL=page-loader.js.map
 
       /***/
     },
 
-    /***/ 659: /***/ function(module, exports, __webpack_require__) {
+    /***/ 659: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1822,19 +1804,16 @@
         (0, _webVitals).getLCP(onReport);
         (0, _webVitals).getTTFB(onReport);
       };
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=performance-relayer.js.map
+      exports["default"] = _default; //# sourceMappingURL=performance-relayer.js.map
 
       /***/
     },
 
-    /***/ 7345: /***/ function(module, exports, __webpack_require__) {
+    /***/ 7345: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -1937,19 +1916,12 @@
             )
           : null;
       };
-      exports.Portal = Portal;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=index.js.map
+      exports.Portal = Portal; //# sourceMappingURL=index.js.map
 
       /***/
     },
 
-    /***/ 4686: /***/ function(module, exports) {
+    /***/ 4686: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1979,19 +1951,16 @@
         function(id) {
           return clearTimeout(id);
         };
-      exports.cancelIdleCallback = cancelIdleCallback;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=request-idle-callback.js.map
+      exports.cancelIdleCallback = cancelIdleCallback; //# sourceMappingURL=request-idle-callback.js.map
 
       /***/
     },
 
-    /***/ 8483: /***/ function(module, exports, __webpack_require__) {
+    /***/ 8483: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -2131,19 +2100,16 @@
         );
       }
       var _default = RouteAnnouncer;
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=route-announcer.js.map
+      exports["default"] = _default; //# sourceMappingURL=route-announcer.js.map
 
       /***/
     },
 
-    /***/ 2497: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2497: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2529,19 +2495,16 @@
               .catch(function() {});
           }
         };
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=route-loader.js.map
 
       /***/
     },
 
-    /***/ 880: /***/ function(module, exports, __webpack_require__) {
+    /***/ 880: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       function _arrayLikeToArray(arr, len) {
@@ -2852,20 +2815,18 @@
           };
         });
         return instance;
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=router.js.map
 
       /***/
     },
 
-    /***/ 3573: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3573: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
+      var __webpack_unused_export__;
 
       function _arrayLikeToArray(arr, len) {
         if (len == null || len > arr.length) len = arr.length;
@@ -2928,10 +2889,10 @@
         )
           return _arrayLikeToArray(o, minLen);
       }
-      Object.defineProperty(exports, "__esModule", {
+      __webpack_unused_export__ = {
         value: true
-      });
-      exports.initScriptLoader = initScriptLoader;
+      };
+      exports.z = initScriptLoader;
       exports["default"] = void 0;
       var _react = _interopRequireWildcard(__webpack_require__(7294));
       var _headManagerContext = __webpack_require__(4664);
@@ -3211,19 +3172,16 @@
         return null;
       }
       var _default = Script;
-      exports["default"] = _default;
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=script.js.map
+      exports["default"] = _default; //# sourceMappingURL=script.js.map
 
       /***/
     },
 
-    /***/ 2129: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2129: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3236,19 +3194,16 @@
       exports.RefreshContext = RefreshContext;
       function useRefreshRoot() {
         return (0, _react).useContext(RefreshContext);
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=refresh.js.map
 
       /***/
     },
 
-    /***/ 7185: /***/ function(module, exports, __webpack_require__) {
+    /***/ 7185: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3298,19 +3253,16 @@
           },
           [callback]
         );
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=vitals.js.map
 
       /***/
     },
 
-    /***/ 9977: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9977: /***/ function(
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3345,13 +3297,6 @@
           : {
               default: obj
             };
-      }
-      if (
-        typeof exports.default === "function" ||
-        (typeof exports.default === "object" && exports.default !== null)
-      ) {
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
       } //# sourceMappingURL=with-router.js.map
 
       /***/
Diff for index.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-865f462d83402e26.js"
+      src="/_next/static/chunks/main-26c4d970f7a13427.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-865f462d83402e26.js"
+      src="/_next/static/chunks/main-26c4d970f7a13427.js"
       defer=""
     ></script>
     <script
@@ -27,7 +27,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/link-c605640c895e01ab.js"
+      src="/_next/static/chunks/pages/link-a72b8ab130103a8f.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for withRouter.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-865f462d83402e26.js"
+      src="/_next/static/chunks/main-26c4d970f7a13427.js"
       defer=""
     ></script>
     <script
@@ -27,7 +27,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/withRouter-ee616b01250df021.js"
+      src="/_next/static/chunks/pages/withRouter-1285f0be62775073.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Commit: 241f783

@kodiakhq kodiakhq bot merged commit aaa823c into canary Apr 11, 2022
@kodiakhq kodiakhq bot deleted the do-not-need-interpolate-default-exports branch April 11, 2022 15:36
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants