@vercel/next
Advanced tools
Comparing version 2.6.8-canary.0 to 2.6.8-canary.1
@@ -206,3 +206,3 @@ "use strict"; | ||
} | ||
routes.push(...(await getDynamicRoutes(entryPath, entryDirectory, dynamicPages).then(arr => arr.map((route) => { | ||
routes.push(...(await getDynamicRoutes(entryPath, entryDirectory, dynamicPages, true).then(arr => arr.map((route) => { | ||
// convert to make entire RegExp match as one group | ||
@@ -357,3 +357,3 @@ route.src = route.src | ||
dest, | ||
check: true, | ||
check: !isDev, | ||
}); | ||
@@ -360,0 +360,0 @@ } |
{ | ||
"name": "@vercel/next", | ||
"version": "2.6.8-canary.0", | ||
"version": "2.6.8-canary.1", | ||
"license": "MIT", | ||
@@ -42,3 +42,3 @@ "main": "./dist/index", | ||
}, | ||
"gitHead": "0f5f99e6678fd1127947cf43a531d0976bc6bca1" | ||
"gitHead": "2ab6a7ef0ccb110ac99cd052c748d06f87d204c5" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1401111