Skip to content

Commit

Permalink
fix: remove vue from optimize ignore list
Browse files Browse the repository at this point in the history
For compat with libraries that still assume default import from vue

e.g. libs generated by vue-cli/webpack. fix #1408
  • Loading branch information
yyx990803 committed Jan 7, 2021
1 parent a7bca9c commit 9eab790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/optimizer/index.ts
Expand Up @@ -243,7 +243,6 @@ interface FilteredDeps {
}

const KNOWN_IGNORE_LIST = new Set([
'vue',
'vite',
'vitepress',
'tailwindcss',
Expand Down

0 comments on commit 9eab790

Please sign in to comment.