Skip to content

Commit

Permalink
chore: 🤖 extends rollup external
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Oct 1, 2024
1 parent 744219e commit 6921021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/preact/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ export default [
...createRollupTypescriptConfig({
input: './src/client.ts',
dir: './lib/client',
external: ['@merkur/plugin-component/helpers'],
}),
},
{
...createRollupTypescriptConfig({
input: './src/server.ts',
dir: './lib/server',
external: ['@merkur/plugin-component/helpers'],
}),
},
];
2 changes: 2 additions & 0 deletions packages/svelte/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ export default [
...createRollupTypescriptConfig({
input: './src/client.ts',
dir: './lib/client',
external: ['@merkur/plugin-component/helpers'],
}),
},
{
...createRollupTypescriptConfig({
input: './src/server.ts',
dir: './lib/server',
external: ['@merkur/plugin-component/helpers'],
}),
},
];

0 comments on commit 6921021

Please sign in to comment.