Skip to content

Commit ca4b817

Browse files
committed
Remove leftover reference of external
1 parent bbbecca commit ca4b817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rspack.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const sharedResolve: Configuration["resolve"] = {
1111
"~shared": path.resolve("./src/shared"),
1212
"~webview": path.resolve("./src/webview"),
1313
"~extension": path.resolve("./src/extension"),
14-
"~external": path.resolve("./src/external"),
1514
"~styles": path.resolve("./src/styles"),
1615
},
1716
};

0 commit comments

Comments
 (0)