Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(optimizer): exclude should not be resolve #1469

Merged
merged 1 commit into from Jan 10, 2021
Merged

fix(optimizer): exclude should not be resolve #1469

merged 1 commit into from Jan 10, 2021

Conversation

CHOYSEN
Copy link
Contributor

@CHOYSEN CHOYSEN commented Jan 10, 2021

optimizeDeps.exclude does not work after 8b8d506

// vite.config.ts
export default defineConfig({
  plugins: [
    vue()
  ],
  optimizeDeps: {
    exclude: ['element-plus']
  }
})

@CHOYSEN CHOYSEN closed this Jan 10, 2021
@CHOYSEN CHOYSEN reopened this Jan 10, 2021
@yyx990803 yyx990803 merged commit f8c34ee into vitejs:main Jan 10, 2021
@CHOYSEN CHOYSEN deleted the fix_optimize_exclude_filter branch January 10, 2021 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants