Skip to content

Commit 7958b47

Browse files
authored
fix(package): remove extra modules from static.zip
fixes #730
1 parent 8f82f00 commit 7958b47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/parcel/packager-config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@ module.exports = {
1919
'cls-hooked': '4.2.2',
2020
request: '2.88.0',
2121
'request-promise': '4.2.2',
22+
23+
// webpack isn't really provided by the container, but it injects itself into the list of
24+
// deps, so we exclude it here.
25+
webpack: true,
26+
27+
// helix-cli is never useful as dependency, but it gets drawn in by static.js
28+
'@adobe/helix-cli': true,
2229
},
2330
};

0 commit comments

Comments
 (0)