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
My specific reason for this issue is because it is required to use webpack for netlify lambda functions and a couple libraries I rely on are upstream dependents.
The text was updated successfully, but these errors were encountered:
Currently there is an outstanding issue with webpack and node-fetch:
node-fetch/node-fetch#450
The suggested workaround is
var fetch = require("node-fetch").default;
instead of justvar fetch = require('node-fetch')
Also saw this was mentioned in #227 and #192
My specific reason for this issue is because it is required to use webpack for netlify lambda functions and a couple libraries I rely on are upstream dependents.
The text was updated successfully, but these errors were encountered: