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 12, 2024
1 parent 9e7f576 commit 6affe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/virtual/src/index.ts
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 6affe87

Please sign in to comment.