Skip to content

Commit e4d02ac

Browse files
committed
Remove ineffective external.
1 parent 72c27cc commit e4d02ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/shared/common/rollup.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ import typescript from '@rollup/plugin-typescript';
99

1010
const getSharedConfig = (format, file) => ({
1111
input: 'src/index.ts',
12-
// Intermediate modules don't bundle all dependencies. We leave that to leaf-node
13-
// SDK implementations.
14-
external: [/node_modules/],
1512
output: [
1613
{
1714
format: format,

0 commit comments

Comments
 (0)