Skip to content

Commit

Permalink
fix: remove urlcat from rollup external
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Nov 13, 2022
1 parent dcf1514 commit 8e9cbd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default {
compact: true,
},
],
external: Object.keys(packageJson.dependencies),
external: [
'cross-fetch',
],
plugins: [commonjs(), typescript(), nodeResolve(), terser()],
};

0 comments on commit 8e9cbd5

Please sign in to comment.