We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acea5ae + e6ffbb0 commit de3a374Copy full SHA for de3a374
1 file changed
rollup.config.mjs
@@ -11,6 +11,7 @@ const watch = process.env.ROLLUP_WATCH;
11
12
export default {
13
input: 'src/index.ts',
14
+ external: ['os'],
15
output: [
16
{
17
file: pkg.main,
0 commit comments