diff --git a/rollup.config.js b/rollup.config.js index 34e9bf8..08da12b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -7,6 +7,7 @@ const { declaration, declarationDir, ...compilerOptions } = tsconfig.compilerOptions; export default { + external: ['svelte'], input: 'src/index.ts', output: [ { format: 'cjs', file: pkg.main },