rsnext/test/integration/legacy-pkg-gently/next.config.js
Joe Haddad 13cf664898
Add support for legacy server npm modules (#7898)
Notably, this PR fixes `faunadb` which relies on `formidable`.

n.b. `formidable` is an unmaintained legacy npm package that uses practices not compatible with the modern ecosystem.
2019-07-11 13:02:43 -04:00

1 line
42 B
JavaScript

module.exports = { target: 'serverless' }