You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if Next.js is expected to work with webpack's CompressionPlugin or webpack's core plugins, but it was working in earlier versions which is why I decided to file this issue.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 28, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
10.0.7
What version of Node.js are you using?
v14.15.1
What browser are you using?
Chrome
What operating system are you using?
Xubuntu 20.04
How are you deploying your application?
N/A
Describe the Bug
Using webpack's CompressionPlugin makes Next's build process fail with following error message
Full error log
This was working in Next v10.0.5. Note, I haven't found which is latest working version of Next.
Expected Behavior
To build and create the compressed files.
To Reproduce
npm run build
I'm not sure if Next.js is expected to work with webpack's CompressionPlugin or webpack's core plugins, but it was working in earlier versions which is why I decided to file this issue.
The text was updated successfully, but these errors were encountered: