Skip to content

Commit

Permalink
fix(builder): remove externals that are not really present
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Jul 24, 2019
1 parent 7245583 commit 61bbaa8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/config/adobeioruntime-node10.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,5 @@ module.exports = {
'cls-hooked': true,
request: true,
'request-promise': true,

// webpack injects itself during the collection phase due to a reference to `require.cache`
// currently it is not needed in the action, so we deliberately exclude it here.
webpack: true,

// not really provided in container, but needed for webpack to ignore
formidable: true,
},
};

0 comments on commit 61bbaa8

Please sign in to comment.