Closed
Description
Describe the bug
v3.4.1 breaks my site deployment, while v3.3.1 works
To Reproduce
Deploying the same commit:
v3.3.1 behavior (from netlify deploy logs)
4. onBuild command from @netlify/plugin-nextjs
...
Building 18 pages
💼 Copying WP4 dynamic import chunks to netlify/functions/next_app/nextPage
etc...
v3.4.1
4. onBuild command from @netlify/plugin-nextjs
...
Building 0 pages
Versions
- Next.js: 10.0.9
- plugin (if installed at fixed version): 3.4.1
If you're using file-based installation
- netlify.toml:
[build]
command = "yarn graphql && npm run build"
publish = "out"
[[plugins]]
package = "@netlify/plugin-nextjs"