Skip to content

Commit

Permalink
fix: handle fs/promises
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Mar 25, 2021
1 parent e76f9af commit 16b32ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const packageService = require('serverless/lib/plugins/package/lib/packageServic
const EXTENSIONS = ['.tsx', '.ts', '.node', '.mjs', '.cjs', '.js'];
const NODE_BUILTINS = [
...require('repl')._builtinLibs,
'fs/promises',
'constants',
'module',
'timers',
Expand Down

0 comments on commit 16b32ee

Please sign in to comment.