Skip to content

Commit ac4294a

Browse files
committed
chore: dont manually maintain externals
1 parent f1c878e commit ac4294a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

rollup.config.mjs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,5 @@ export default {
4646
},
4747
}),
4848
],
49-
external: [
50-
"@inrupt/universal-fetch",
51-
"http-link-header",
52-
"@rdfjs/dataset",
53-
"@rdfjs/data-model",
54-
"n3",
55-
"jsonld-context-parser",
56-
"jsonld-streaming-parser",
57-
],
49+
external: Object.keys(pkg.dependencies),
5850
};

0 commit comments

Comments
 (0)