Skip to content

Commit

Permalink
chore(repo): fix incorrect import path in virtual plugin (rollup#1702)
Browse files Browse the repository at this point in the history
fix(virtual): incorrect import path
  • Loading branch information
tk-1io authored and younggglcy committed Jun 6, 2024
1 parent 07ff7cd commit 46dc4e4
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 46dc4e4

Please sign in to comment.