examples icon indicating copy to clipboard operation
examples copied to clipboard

Require is not a function when using Serverless-Bundle Plugin

Open OmarKhattab opened this issue 5 years ago • 0 comments

TypeError: require is not a function
    at Object.../../formidable/lib/incoming_form.js

How can you use serverless-bundle plugin with this example?

It looks like something isnt being transpiled by webpack and is causing my local development server using sls offline to break

OmarKhattab avatar Aug 29 '19 20:08 OmarKhattab