Skip to content

Commit

Permalink
fix: add vite to ignore list of optimization (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythosil authored May 29, 2020
1 parent 00a385a commit cddbebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/depOptimizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { Ora } from 'ora'
import { createBuildCssPlugin } from './build/buildPluginCss'

const KNOWN_IGNORE_LIST = new Set([
'vite',
'tailwindcss',
'@tailwindcss/ui',
'@pika/react',
Expand Down

0 comments on commit cddbebc

Please sign in to comment.