diff --git a/build.mts b/build.mts index 29f94c8..b009ce4 100755 --- a/build.mts +++ b/build.mts @@ -32,6 +32,7 @@ const { errors } = await esbuild.build({ // Bundle, but keep un-bundled all public dependencies. external: Object.keys({ ...pkg.dependencies, + ...pkg.peerDependencies, }), minify: false, });