Skip to content

Commit

Permalink
fix: mark svelte as external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmylee committed Aug 10, 2023
1 parent 07f37be commit 1d58a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Expand Up @@ -7,6 +7,7 @@ const { declaration, declarationDir, ...compilerOptions } =
tsconfig.compilerOptions;

export default {
external: ['svelte'],
input: 'src/index.ts',
output: [
{ format: 'cjs', file: pkg.main },
Expand Down

0 comments on commit 1d58a57

Please sign in to comment.