Skip to content

Commit

Permalink
Merge pull request #4 from hiroki0525/develop
Browse files Browse the repository at this point in the history
fix: remove  urlcat from rollup external
  • Loading branch information
hiroki0525 authored Nov 13, 2022
2 parents dcf1514 + 8e9cbd5 commit d7e2b7b
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 d7e2b7b

Please sign in to comment.