Skip to content

Commit b61241a

Browse files
committed
update external rollup dependencies
1 parent 407ac9f commit b61241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config = defineConfig({
1717
sourcemap: true,
1818
},
1919
],
20-
external: [...Object.keys(pkg.dependencies), 'url'],
20+
external: [...Object.keys(pkg.dependencies), 'node:url', 'node:path'],
2121
plugins: [
2222
typescript({
2323
tsconfig: './tsconfig.json',

0 commit comments

Comments
 (0)