Skip to content

Commit 51074d7

Browse files
committed
cleanup
1 parent 80902fb commit 51074d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

rollup.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ import peerDepsExternal from 'rollup-plugin-peer-deps-external';
77
import json from '@rollup/plugin-json';
88
import { builtinModules } from 'module';
99

10-
const external = [
11-
'ws',
12-
'isomorphic-ws',
13-
'bufferutil',
14-
'utf-8-validate',
15-
...builtinModules,
16-
];
17-
1810
const bundle = (
1911
name,
2012
globalName,
@@ -88,7 +80,6 @@ const bundle = (
8880

8981
{
9082
...baseConfig,
91-
external,
9283
plugins: [
9384
json(),
9485
tsconfigPaths(),

0 commit comments

Comments
 (0)