Skip to content

Commit aa569f0

Browse files
committed
fix: add '@emnapi/wasi-threads' to external dependencies in rollup config
1 parent bc1b184 commit aa569f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default [
1616
defines: {
1717
__VERSION__: JSON.stringify(pkg.version)
1818
},
19+
external: ['@emnapi/wasi-threads'],
1920
plugins: [
2021
{
2122
name: 'rollup-plugin-create-plugin-entry',

0 commit comments

Comments
 (0)