We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f82f00 commit 7958b47Copy full SHA for 7958b47
src/parcel/packager-config.js
@@ -19,5 +19,12 @@ module.exports = {
19
'cls-hooked': '4.2.2',
20
request: '2.88.0',
21
'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,
29
},
30
};
0 commit comments