Skip to content

Commit

Permalink
fix(package): remove extra modules from static.zip (fixes #730)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Apr 6, 2019
1 parent aa1a828 commit d258933
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/parcel/packager-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@ module.exports = {
'cls-hooked': '4.2.2',
request: '2.88.0',
'request-promise': '4.2.2',

// webpack isn't really provided by the container, but it injects itself into the list of
// deps, so we exclude it here.
webpack: true,

// helix-cli is never useful as dependency, but it gets drawn in by static.js
'@adobe/helix-cli': true,
},
};

0 comments on commit d258933

Please sign in to comment.