Skip to content

Commit 94be0eb

Browse files
committed
chore: fix for explorer (take 2
1 parent 6b42a04 commit 94be0eb

File tree

1 file changed

+2
-1
lines changed
  • explorer-v2/build-system/shim

1 file changed

+2
-1
lines changed

explorer-v2/build-system/shim/path.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export default {
44
join,
55
resolve,
66
dirname,
7-
basename
7+
basename,
8+
parse
89
};
910

1011
export function extname(p) {

0 commit comments

Comments
 (0)