-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue #4
Comments
Hi @MartinN3, thanks for your feedback. Could you give me more details about BACKWARD COMPATIBLE please? Do you mean about ES backward compatibility? If so, can you give a concrete example that prevent building project. Thanks! |
I had probably meant optional chaining. What i meant to articulate, when i posted issue (it's long time ago) - My nextjs project wouln´t build, i think problem could had been, that optional chaining was introduced in Node v14. |
I am seeing same issue, followed your blog exactly, step by step, and got this build error on yarn dev. @guydumais could you try a recent fresh build with fresh install of next.js and libraries and see if you get different? |
next-strict-csp/dist/cjs/index.js
Line 58 in 97f3b46
Hello this line with coalescent operator might prevent building project, could we make it more backward compatible by removing it?
The text was updated successfully, but these errors were encountered: