We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67487b3 commit ec68e85Copy full SHA for ec68e85
1 file changed
src/utils/error.ts
@@ -7,7 +7,7 @@ import type {
7
RollupWarning,
8
WarningHandler
9
} from '../rollup/types';
10
-import { extname } from '../utils/path';
+import { extname } from './path';
11
import getCodeFrame from './getCodeFrame';
12
import { printQuotedStringList } from './printStringList';
13
import relativeId from './relativeId';
0 commit comments