We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed4b2b commit 12ebc97Copy full SHA for 12ebc97
configs/webpack-config-compass/src/index.ts
@@ -107,6 +107,10 @@ const sharedResolveOptions = (
107
// This is an optional dependency of the AWS SDK that doesn't look like
108
// an optional dependency to webpack because it's not wrapped in try/catch.
109
'@aws-sdk/client-sso-oidc': false,
110
+
111
+ // Some lg test helpers that are getting bundled due to re-exporting from
112
+ // the actual component packages, never needed in the webpack bundles
113
+ '@lg-tools/test-harnesses': false,
114
},
115
};
116
0 commit comments