Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Sep 12, 2024
1 parent 56eeff6 commit 778275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { virtualContent, ResolverLoader } from '@embroider/core';
import { RollupModuleRequest, virtualPrefix } from './request';
import assertNever from 'assert-never';
import makeDebug from 'debug';
import { resolve, join } from 'path';
import { resolve } from 'path';
import { writeStatus } from './esbuild-request';
import type { PluginContext } from 'rollup';

Expand Down

0 comments on commit 778275f

Please sign in to comment.