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
Apparently a 6 years old Webpack warning fix could be breaking vercel/ncc when trying to compile dependencies that relies on gyp-build when using ES modules : vercel/ncc#899 (comment)
Not sure whether it is real or if it's just the tree hiding the forest but still, is the fix still relevant nowadays or could be removed/reworked ?
Is it just a Webpack warning or is there a real error behind ?
Regards
The text was updated successfully, but these errors were encountered:
ldng@345f945
FYI, reverting to just plain require does fix my issue; I now can nearly properly use @vercel/ncc by also patching the result with
a little bit of help from sed ... (vercel/ncc#791 (comment))
Now, I don't doubt this was put in place for a reason but I think it's worth wondering if the issue is still relevant with modern Webpack. And if so, wouldn't it be better to fix it in Webpack proper ?
At some point, someone needs to break the circle of workaround of workaround of workaround of ...
Hi,
Apparently a 6 years old Webpack warning fix could be breaking vercel/ncc when trying to compile dependencies that relies on gyp-build when using ES modules :
vercel/ncc#899 (comment)
Not sure whether it is real or if it's just the tree hiding the forest but still, is the fix still relevant nowadays or could be removed/reworked ?
Is it just a Webpack warning or is there a real error behind ?
Regards
The text was updated successfully, but these errors were encountered: