Skip to content

Commit

Permalink
v11.0.1-canary.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 22, 2021
1 parent c9119f8 commit 9fefd3c
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "11.0.1-canary.6"
"version": "11.0.1-canary.7"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"keywords": [
"react",
"next",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-next/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"description": "ESLint configuration used by NextJS.",
"main": "index.js",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"directory": "packages/eslint-config-next"
},
"dependencies": {
"@next/eslint-plugin-next": "11.0.1-canary.6",
"@next/eslint-plugin-next": "11.0.1-canary.7",
"@rushstack/eslint-patch": "^1.0.6",
"@typescript-eslint/parser": "^4.20.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"description": "ESLint plugin for NextJS.",
"main": "lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-module/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -64,10 +64,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.2",
"@next/env": "11.0.1-canary.6",
"@next/polyfill-module": "11.0.1-canary.6",
"@next/react-dev-overlay": "11.0.1-canary.6",
"@next/react-refresh-utils": "11.0.1-canary.6",
"@next/env": "11.0.1-canary.7",
"@next/polyfill-module": "11.0.1-canary.7",
"@next/react-dev-overlay": "11.0.1-canary.7",
"@next/react-refresh-utils": "11.0.1-canary.7",
"assert": "2.0.0",
"ast-types": "0.13.2",
"browserify-zlib": "0.2.0",
Expand Down Expand Up @@ -151,7 +151,7 @@
"@babel/preset-typescript": "7.12.7",
"@babel/traverse": "^7.12.10",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "11.0.1-canary.6",
"@next/polyfill-nomodule": "11.0.1-canary.7",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "11.0.1-canary.6",
"version": "11.0.1-canary.7",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit 9fefd3c

@ijjk
Copy link
Member Author

@ijjk ijjk commented on 9fefd3c Jun 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stats from current release

Default Server Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
buildDuration 10.5s 11.1s ⚠️ +519ms
buildDurationCached 2.5s 2.5s ⚠️ +3ms
nodeModulesSize 46.4 MB 49.2 MB ⚠️ +2.8 MB
Page Load Tests Overall increase ✓
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.03 1.95 -0.08
/ avg req/sec 1231.77 1282.29 +50.52
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.119 1.048 -0.07
/error-in-render avg req/sec 2234.97 2385.03 +150.06
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
framework-HASH.js gzip 42 kB 42 kB
main-HASH.js gzip 20.2 kB 20.2 kB
webpack-HASH.js gzip 804 B 810 B ⚠️ +6 B
Overall change 63 kB 63 kB ⚠️ +6 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 801 B 801 B
_error-HASH.js gzip 3.17 kB 3.17 kB
amp-HASH.js gzip 527 B 527 B
css-HASH.js gzip 329 B 330 B ⚠️ +1 B
hooks-HASH.js gzip 903 B 903 B
index-HASH.js gzip 263 B 263 B
link-HASH.js gzip 1.65 kB 1.65 kB
routerDirect..HASH.js gzip 322 B 322 B
withRouter-HASH.js gzip 320 B 320 B
bb14e60e810b..30f.css gzip 125 B 125 B
Overall change 8.41 kB 8.41 kB ⚠️ +1 B
Client Build Manifests Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 391 B 392 B ⚠️ +1 B
Overall change 391 B 392 B ⚠️ +1 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
index.html gzip 523 B 522 B -1 B
link.html gzip 536 B 532 B -4 B
withRouter.html gzip 516 B 515 B -1 B
Overall change 1.57 kB 1.57 kB -6 B

Diffs

Diff for _buildManifest.js
@@ -7,7 +7,7 @@ self.__BUILD_MANIFEST = {
   "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-7f1c918feab47667356f.js"],
   "/css": [
     "static\u002Fcss\u002F59de118426c393f58653.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-fc196f2ef04da4c7630f.js"
+    "static\u002Fchunks\u002Fpages\u002Fcss-9892f9ef9b6f15db85a5.js"
   ],
   "/hooks": [
     "static\u002Fchunks\u002Fpages\u002Fhooks-4e38b05900fed34fcf34.js"
Diff for css-HASH.js
@@ -12,7 +12,7 @@
         5893
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        5964
+        9662
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -47,7 +47,7 @@
       /***/
     },
 
-    /***/ 5964: /***/ function(module) {
+    /***/ 9662: /***/ function(module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__2Fhmt" };
Diff for main-HASH.js
@@ -861,7 +861,7 @@
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "11.0.0";
+      var version = "11.0.1-canary.7";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
@@ -2742,7 +2742,8 @@
         "defaultLocale",
         "isReady",
         "isPreview",
-        "isLocaleDomain"
+        "isLocaleDomain",
+        "domainLocales"
       ];
       var routerEvents = [
         "routeChangeStart",
@@ -4406,14 +4407,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               (__N_SSP = _routeInfo.__N_SSP); // handle redirect on client-transition
 
                             if (!((__N_SSG || __N_SSP) && props)) {
-                              _context.next = 107;
+                              _context.next = 106;
                               break;
                             }
 
                             if (
                               !(props.pageProps && props.pageProps.__N_REDIRECT)
                             ) {
-                              _context.next = 93;
+                              _context.next = 92;
                               break;
                             }
 
@@ -4422,7 +4423,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             // it's not
 
                             if (!destination.startsWith("/")) {
-                              _context.next = 91;
+                              _context.next = 90;
                               break;
                             }
 
@@ -4432,12 +4433,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               parsedHref.pathname,
                               pages
                             );
-
-                            if (!pages.includes(parsedHref.pathname)) {
-                              _context.next = 91;
-                              break;
-                            }
-
                             (_prepareUrlAs3 = prepareUrlAs(
                               this,
                               destination,
@@ -4450,37 +4445,37 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               this.change(method, newUrl, newAs, options)
                             );
 
-                          case 91:
+                          case 90:
                             window.location.href = destination;
                             return _context.abrupt(
                               "return",
                               new Promise(function() {})
                             );
 
-                          case 93:
+                          case 92:
                             this.isPreview = !!props.__N_PREVIEW; // handle SSG data 404
 
                             if (!(props.notFound === SSG_DATA_NOT_FOUND)) {
-                              _context.next = 107;
+                              _context.next = 106;
                               break;
                             }
 
-                            _context.prev = 95;
-                            _context.next = 98;
+                            _context.prev = 94;
+                            _context.next = 97;
                             return this.fetchComponent("/404");
 
-                          case 98:
+                          case 97:
                             notFoundRoute = "/404";
-                            _context.next = 104;
+                            _context.next = 103;
                             break;
 
-                          case 101:
-                            _context.prev = 101;
-                            _context.t1 = _context["catch"](95);
+                          case 100:
+                            _context.prev = 100;
+                            _context.t1 = _context["catch"](94);
                             notFoundRoute = "/_error";
 
-                          case 104:
-                            _context.next = 106;
+                          case 103:
+                            _context.next = 105;
                             return this.getRouteInfo(
                               notFoundRoute,
                               notFoundRoute,
@@ -4492,10 +4487,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               }
                             );
 
-                          case 106:
+                          case 105:
                             routeInfo = _context.sent;
 
-                          case 107:
+                          case 106:
                             Router.events.emit(
                               "beforeHistoryChange",
                               as,
@@ -4536,7 +4531,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                                   y: 0
                                 }
                               : null;
-                            _context.next = 116;
+                            _context.next = 115;
                             return this.set(
                               route,
                               pathname,
@@ -4549,9 +4544,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               else throw e;
                             });
 
-                          case 116:
+                          case 115:
                             if (!error) {
-                              _context.next = 119;
+                              _context.next = 118;
                               break;
                             }
 
@@ -4563,7 +4558,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             );
                             throw error;
 
-                          case 119:
+                          case 118:
                             if (false) {
                             }
 
@@ -4574,21 +4569,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             );
                             return _context.abrupt("return", true);
 
-                          case 124:
-                            _context.prev = 124;
+                          case 123:
+                            _context.prev = 123;
                             _context.t2 = _context["catch"](77);
 
                             if (!_context.t2.cancelled) {
-                              _context.next = 128;
+                              _context.next = 127;
                               break;
                             }
 
                             return _context.abrupt("return", false);
 
-                          case 128:
+                          case 127:
                             throw _context.t2;
 
-                          case 129:
+                          case 128:
                           case "end":
                             return _context.stop();
                         }
@@ -4598,8 +4593,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                     this,
                     [
                       [36, 46],
-                      [77, 124],
-                      [95, 101]
+                      [77, 123],
+                      [94, 100]
                     ]
                   );
                 })
Diff for webpack-HASH.js
@@ -178,7 +178,7 @@
   /******/
 
   /******/ /******/ !(function() {
-    /******/ __webpack_require__.p = "";
+    /******/ __webpack_require__.p = "/_next/";
     /******/
   })(); /* webpack/runtime/jsonp chunk loading */
   /******/
Diff for index.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-78af6fe89161f65f5762.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-16fb5e52861014c05b14.js"
+      src="/_next/static/chunks/webpack-c14d70924bc10b27e8cb.js"
       defer=""
     ></script>
     <script
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-5db5156c63b5d86aae79.js"
+      src="/_next/static/chunks/main-200333913134c14182be.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-78af6fe89161f65f5762.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-16fb5e52861014c05b14.js"
+      src="/_next/static/chunks/webpack-c14d70924bc10b27e8cb.js"
       defer=""
     ></script>
     <script
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-5db5156c63b5d86aae79.js"
+      src="/_next/static/chunks/main-200333913134c14182be.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-78af6fe89161f65f5762.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-16fb5e52861014c05b14.js"
+      src="/_next/static/chunks/webpack-c14d70924bc10b27e8cb.js"
       defer=""
     ></script>
     <script
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-5db5156c63b5d86aae79.js"
+      src="/_next/static/chunks/main-200333913134c14182be.js"
       defer=""
     ></script>
     <script

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
buildDuration 12s 12.2s ⚠️ +187ms
buildDurationCached 3.4s 3.5s ⚠️ +108ms
nodeModulesSize 46.4 MB 49.2 MB ⚠️ +2.8 MB
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
framework-HASH.js gzip 42 kB 42 kB
main-HASH.js gzip 20.2 kB 20.2 kB
webpack-HASH.js gzip 804 B 810 B ⚠️ +6 B
Overall change 63 kB 63 kB ⚠️ +6 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 801 B 801 B
_error-HASH.js gzip 3.17 kB 3.17 kB
amp-HASH.js gzip 527 B 527 B
css-HASH.js gzip 329 B 330 B ⚠️ +1 B
hooks-HASH.js gzip 903 B 903 B
index-HASH.js gzip 263 B 263 B
link-HASH.js gzip 1.65 kB 1.65 kB
routerDirect..HASH.js gzip 322 B 322 B
withRouter-HASH.js gzip 320 B 320 B
bb14e60e810b..30f.css gzip 125 B 125 B
Overall change 8.41 kB 8.41 kB ⚠️ +1 B
Client Build Manifests Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 391 B 392 B ⚠️ +1 B
Overall change 391 B 392 B ⚠️ +1 B
Serverless bundles Overall decrease ✓
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
_error.js 16.9 kB 16.9 kB -2 B
404.html 1.98 kB 1.98 kB
500.html 1.96 kB 1.96 kB
amp.amp.html 10.8 kB 10.8 kB
amp.html 1.17 kB 1.17 kB
css.html 1.35 kB 1.35 kB
hooks.html 1.23 kB 1.23 kB
index.js 17.2 kB 17.2 kB -4 B
link.js 17.5 kB 17.5 kB ⚠️ +2 B
routerDirect.js 17.3 kB 17.3 kB
withRouter.js 17.3 kB 17.3 kB
Overall change 105 kB 105 kB -4 B

Webpack 4 Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
buildDuration 9.4s 10s ⚠️ +613ms
buildDurationCached 3.7s 3.8s ⚠️ +150ms
nodeModulesSize 46.4 MB 49.2 MB ⚠️ +2.8 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 1.962 2.004 ⚠️ +0.04
/ avg req/sec 1273.92 1247.43 ⚠️ -26.49
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.108 1.158 ⚠️ +0.05
/error-in-render avg req/sec 2255.92 2158.89 ⚠️ -97.03
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
677f882d2ed8..HASH.js gzip 13.4 kB 13.3 kB -6 B
framework.HASH.js gzip 41.8 kB 41.8 kB
main-HASH.js gzip 7.99 kB 7.99 kB ⚠️ +8 B
webpack-HASH.js gzip 751 B 757 B ⚠️ +6 B
Overall change 63.8 kB 63.9 kB ⚠️ +8 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 1.07 kB 1.07 kB
_error-HASH.js gzip 3.84 kB 3.84 kB
amp-HASH.js gzip 536 B 536 B
css-HASH.js gzip 333 B 333 B
hooks-HASH.js gzip 910 B 910 B
index-HASH.js gzip 227 B 227 B
link-HASH.js gzip 1.64 kB 1.64 kB
routerDirect..HASH.js gzip 295 B 295 B
withRouter-HASH.js gzip 292 B 292 B
e025d2764813..52f.css gzip 125 B 125 B
Overall change 9.28 kB 9.28 kB
Client Build Manifests
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 420 B 420 B
Overall change 420 B 420 B
Rendered Page Sizes Overall increase ⚠️
vercel/next.js canary v11.0.0 vercel/next.js refs/heads/canary Change
index.html gzip 568 B 567 B -1 B
link.html gzip 579 B 580 B ⚠️ +1 B
withRouter.html gzip 559 B 560 B ⚠️ +1 B
Overall change 1.71 kB 1.71 kB ⚠️ +1 B

Diffs

Diff for 677f882d2ed8..c4df.HASH.js
@@ -2252,14 +2252,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               (__N_SSP = _routeInfo.__N_SSP); // handle redirect on client-transition
 
                             if (!((__N_SSG || __N_SSP) && props)) {
-                              _context.next = 107;
+                              _context.next = 106;
                               break;
                             }
 
                             if (
                               !(props.pageProps && props.pageProps.__N_REDIRECT)
                             ) {
-                              _context.next = 93;
+                              _context.next = 92;
                               break;
                             }
 
@@ -2268,7 +2268,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             // it's not
 
                             if (!destination.startsWith("/")) {
-                              _context.next = 91;
+                              _context.next = 90;
                               break;
                             }
 
@@ -2278,12 +2278,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               parsedHref.pathname,
                               pages
                             );
-
-                            if (!pages.includes(parsedHref.pathname)) {
-                              _context.next = 91;
-                              break;
-                            }
-
                             (_prepareUrlAs3 = prepareUrlAs(
                               this,
                               destination,
@@ -2296,37 +2290,37 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               this.change(method, newUrl, newAs, options)
                             );
 
-                          case 91:
+                          case 90:
                             window.location.href = destination;
                             return _context.abrupt(
                               "return",
                               new Promise(function() {})
                             );
 
-                          case 93:
+                          case 92:
                             this.isPreview = !!props.__N_PREVIEW; // handle SSG data 404
 
                             if (!(props.notFound === SSG_DATA_NOT_FOUND)) {
-                              _context.next = 107;
+                              _context.next = 106;
                               break;
                             }
 
-                            _context.prev = 95;
-                            _context.next = 98;
+                            _context.prev = 94;
+                            _context.next = 97;
                             return this.fetchComponent("/404");
 
-                          case 98:
+                          case 97:
                             notFoundRoute = "/404";
-                            _context.next = 104;
+                            _context.next = 103;
                             break;
 
-                          case 101:
-                            _context.prev = 101;
-                            _context.t1 = _context["catch"](95);
+                          case 100:
+                            _context.prev = 100;
+                            _context.t1 = _context["catch"](94);
                             notFoundRoute = "/_error";
 
-                          case 104:
-                            _context.next = 106;
+                          case 103:
+                            _context.next = 105;
                             return this.getRouteInfo(
                               notFoundRoute,
                               notFoundRoute,
@@ -2338,10 +2332,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               }
                             );
 
-                          case 106:
+                          case 105:
                             routeInfo = _context.sent;
 
-                          case 107:
+                          case 106:
                             Router.events.emit(
                               "beforeHistoryChange",
                               as,
@@ -2382,7 +2376,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                                   y: 0
                                 }
                               : null;
-                            _context.next = 116;
+                            _context.next = 115;
                             return this.set(
                               route,
                               pathname,
@@ -2395,9 +2389,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                               else throw e;
                             });
 
-                          case 116:
+                          case 115:
                             if (!error) {
-                              _context.next = 119;
+                              _context.next = 118;
                               break;
                             }
 
@@ -2409,7 +2403,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             );
                             throw error;
 
-                          case 119:
+                          case 118:
                             if (false) {
                             }
 
@@ -2420,21 +2414,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             );
                             return _context.abrupt("return", true);
 
-                          case 124:
-                            _context.prev = 124;
+                          case 123:
+                            _context.prev = 123;
                             _context.t2 = _context["catch"](77);
 
                             if (!_context.t2.cancelled) {
-                              _context.next = 128;
+                              _context.next = 127;
                               break;
                             }
 
                             return _context.abrupt("return", false);
 
-                          case 128:
+                          case 127:
                             throw _context.t2;
 
-                          case 129:
+                          case 128:
                           case "end":
                             return _context.stop();
                         }
@@ -2444,8 +2438,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                     this,
                     [
                       [36, 46],
-                      [77, 124],
-                      [95, 101]
+                      [77, 123],
+                      [94, 100]
                     ]
                   );
                 })
@@ -4515,7 +4509,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
         "defaultLocale",
         "isReady",
         "isPreview",
-        "isLocaleDomain"
+        "isLocaleDomain",
+        "domainLocales"
       ];
       var routerEvents = [
         "routeChangeStart",
Diff for main-HASH.js
@@ -645,7 +645,7 @@ _N_E = (window["webpackJsonp_N_E"] = window["webpackJsonp_N_E"] || []).push([
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "11.0.0";
+      var version = "11.0.1-canary.7";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
Diff for webpack-HASH.js
@@ -191,7 +191,7 @@
     return Object.prototype.hasOwnProperty.call(object, property);
   }; // __webpack_public_path__
   /******/
-  /******/ /******/ __webpack_require__.p = "";
+  /******/ /******/ __webpack_require__.p = "/_next/";
   /******/
   /******/ var jsonpArray = (window["webpackJsonp_N_E"] =
     window["webpackJsonp_N_E"] || []);
Diff for index.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-8e6ada07653aff5607ec.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-becabbdf5d4df28a038e.js"
+      src="/_next/static/chunks/webpack-ed3764559349f42b0235.js"
       defer=""
     ></script>
     <script
@@ -19,11 +19,11 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.20a22da5dd60e15fb078.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.10dc0cc4d695b58d50be.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-85ca6ba67402bf36a240.js"
+      src="/_next/static/chunks/main-89e276abf7a91dd61cc8.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-8e6ada07653aff5607ec.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-becabbdf5d4df28a038e.js"
+      src="/_next/static/chunks/webpack-ed3764559349f42b0235.js"
       defer=""
     ></script>
     <script
@@ -19,11 +19,11 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.20a22da5dd60e15fb078.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.10dc0cc4d695b58d50be.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-85ca6ba67402bf36a240.js"
+      src="/_next/static/chunks/main-89e276abf7a91dd61cc8.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-8e6ada07653aff5607ec.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-becabbdf5d4df28a038e.js"
+      src="/_next/static/chunks/webpack-ed3764559349f42b0235.js"
       defer=""
     ></script>
     <script
@@ -19,11 +19,11 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.20a22da5dd60e15fb078.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.10dc0cc4d695b58d50be.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-85ca6ba67402bf36a240.js"
+      src="/_next/static/chunks/main-89e276abf7a91dd61cc8.js"
       defer=""
     ></script>
     <script

Please sign in to comment.