diff --git a/src/index.ts b/src/index.ts index 545c6ed..a981268 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,6 +24,22 @@ export default async function (context: PresetContext): Promise { "3": ["@semantic-release/npm", { npmPublish: false }], }, }, + rollup: { + plugins: { + "1": [ + "@apply @rollup/plugin-node-resolve[default]", + [ + { + dedupe: [ + "@lumeweb/libkernel", + "@lumeweb/libweb", + "@lumeweb/libportal", + ], + }, + ], + ], + }, + }, }, }; }