@netlify/plugin-nextjs

v4.41.1
Run Next.js seamlessly on Netlify

build

run-s build:*

clean

rimraf lib dist-types

watch

tsc --watch

prepare

npm run build

build:tsc

tsc

build:vendor

rimraf src/templates/vendor && deno vendor src/templates/vendor.ts --output=src/templates/vendor && node patch-import-map.mjs && patch src/templates/vendor/deno.land/x/[email protected]/index.ts html_rewriter.patch

publish:pull

git pull

publish:test

cd .. && npm ci && npm test

prepublishOnly

run-s clean build

publish:install

npm ci
npm i @netlify/[email protected]

Metadata

  • MIT
  • >=12.0.0
  • Unknown
  • released 10/20/2023

Downloads