@netlify/plugin-nextjs
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -68,9 +68,2 @@ | ||
} | ||
function verifyBuildConfig(ctx) { | ||
if (ctx.buildConfig.experimental.ppr) { | ||
console.log( | ||
`Partial prerendering is not yet fully supported on Netlify, see https://ntl.fyi/nextjs-ppr for details` | ||
); | ||
} | ||
} | ||
async function verifyNoAdvancedAPIRoutes(ctx) { | ||
@@ -91,3 +84,2 @@ const apiRoutesConfigs = await getAPIRoutesConfigs(ctx); | ||
export { | ||
verifyBuildConfig, | ||
verifyNextVersion, | ||
@@ -94,0 +86,0 @@ verifyNoAdvancedAPIRoutes, |
@@ -32,7 +32,3 @@ | ||
import { PluginContext } from "./build/plugin-context.js"; | ||
import { | ||
verifyBuildConfig, | ||
verifyNoAdvancedAPIRoutes, | ||
verifyPublishDir | ||
} from "./build/verification.js"; | ||
import { verifyNoAdvancedAPIRoutes, verifyPublishDir } from "./build/verification.js"; | ||
var tracer = wrapTracer(trace.getTracer("Next.js runtime")); | ||
@@ -57,3 +53,2 @@ var onPreDev = async (options) => { | ||
verifyPublishDir(ctx); | ||
verifyBuildConfig(ctx); | ||
span.setAttribute("next.buildConfig", JSON.stringify(ctx.buildConfig)); | ||
@@ -60,0 +55,0 @@ if (!options.constants.IS_LOCAL) { |
{ | ||
"name": "@netlify/plugin-nextjs", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "Run Next.js seamlessly on Netlify", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
5239399
137020