Skip to content

Commit

Permalink
fix: bundle tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jun 12, 2023
1 parent 9df3276 commit 5be33c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Expand Up @@ -18,7 +18,7 @@ module.exports = [
tsconfig: 'tsconfig.build.json',
}),
],
external: [/node_modules/],
external: [/node_modules(?!\/tslib)/],
},
{
input: 'src/index.ts',
Expand All @@ -36,6 +36,6 @@ module.exports = [
tsconfig: 'tsconfig.build.json',
}),
],
external: [/node_modules/],
external: [/node_modules(?!\/tslib)/],
},
];

0 comments on commit 5be33c2

Please sign in to comment.