Skip to content

Commit

Permalink
update external rollup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanJPNM committed Nov 7, 2023
1 parent 407ac9f commit b61241a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = defineConfig({
sourcemap: true,
},
],
external: [...Object.keys(pkg.dependencies), 'url'],
external: [...Object.keys(pkg.dependencies), 'node:url', 'node:path'],
plugins: [
typescript({
tsconfig: './tsconfig.json',
Expand Down

0 comments on commit b61241a

Please sign in to comment.