Skip to content

Commit 8cca5fa

Browse files
committed
fix external modules list
1 parent 9b9cfec commit 8cca5fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rollup.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ export default {
1515
babelrc: false,
1616
}),
1717
],
18-
external: ['hastscript'],
18+
external: [
19+
'hastscript/html',
20+
'hastscript/svg',
21+
'web-namespaces',
22+
],
1923
};

0 commit comments

Comments
 (0)