Skip to content

Commit

Permalink
fix(virtual): incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-1io committed Apr 8, 2024
1 parent bd5c070 commit f04fed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/virtual/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as path from 'path';

import type { Plugin } from 'rollup';

import type { RollupVirtualOptions } from '../';
import type { RollupVirtualOptions } from '../types';

const PREFIX = `\0virtual:`;

Expand Down

0 comments on commit f04fed2

Please sign in to comment.