Skip to content

Commit

Permalink
Update packages/vite/src/node/plugins/loadFallback.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <[email protected]>
  • Loading branch information
patak-dev and Shinigami92 committed Sep 18, 2021
1 parent 95bb560 commit a45e68e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vite/src/node/plugins/loadFallback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { Plugin } from '..'
import { cleanUrl } from '../utils'

/**
* A plugin to provide build load fallback for arbitrary request with queries
* A plugin to provide build load fallback for arbitrary request with queries.
*/

export function loadFallbackPlugin(): Plugin {
return {
name: 'vite:load-fallback',
Expand Down

0 comments on commit a45e68e

Please sign in to comment.