Skip to content

Commit

Permalink
chore: remove no longer needed type shim
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 18, 2021
1 parent 9560af8 commit 5acc277
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vite/types/shims.d.ts
Expand Up @@ -37,10 +37,6 @@ declare module 'launch-editor-middleware' {
export = plugin
}

declare module 'merge-source-map' {
export default function merge(oldMap: object, newMap: object): object
}

declare module 'postcss-load-config' {
import { ProcessOptions, Plugin } from 'postcss'
function load(
Expand Down

0 comments on commit 5acc277

Please sign in to comment.