Skip to content

Commit bbde020

Browse files
committed
Specific external module.
1 parent ec98330 commit bbde020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-client/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const getSharedConfig = (format, file) => ({
99
input: 'src/index.ts',
1010
// Intermediate modules don't bundle all dependencies. We leave that to leaf-node
1111
// SDK implementations.
12-
external: [/node_modules/],
12+
external: ['@launchdarkly/js-sdk-common'],
1313
output: [
1414
{
1515
format: format,

0 commit comments

Comments
 (0)