Skip to content

Commit

Permalink
(fix) omit svelte compiler from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Mar 5, 2021
1 parent d07e112 commit 9740a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte-check/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default [
// we don't want to bundle and instead require them as dependencies
'typescript',
'svelte',
'svelte/compiler',
'svelte-preprocess',
'import-fresh', // because of https://github.com/sindresorhus/import-fresh/issues/18
'source-map'
Expand Down

0 comments on commit 9740a5c

Please sign in to comment.