Skip to content

Commit

Permalink
refactor: rename importAnalysis file
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 9, 2021
1 parent 36bfa68 commit f282939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
DEP_VERSION_RE,
VALID_ID_PREFIX
} from '../constants'
import { ViteDevServer } from '../'
import { ViteDevServer } from '..'
import { checkPublicFile } from './asset'
import { parse as parseJS } from 'acorn'
import { Node } from 'estree'
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import aliasPlugin from '@rollup/plugin-alias'
import jsonPlugin from '@rollup/plugin-json'
import { resolvePlugin } from './resolve'
import { esbuildPlugin } from './esbuild'
import { importAnalysisPlugin } from './importsAnalysis'
import { importAnalysisPlugin } from './importAnalysis'
import { cssPlugin, cssPostPlugin } from './css'
import { assetPlugin } from './asset'
import { clientInjectionsPlugin } from './clientInjections'
Expand Down

0 comments on commit f282939

Please sign in to comment.