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 f0f3f76 commit 7821c18Copy full SHA for 7821c18
ts/components/package.ts
@@ -151,7 +151,7 @@ export class Package {
151
* @return {string} The path (file or URL) for this package
152
*/
153
public static resolvePath(name: string, addExtension: boolean = true): string {
154
- const data = {name, addExtension};
+ const data = {name, original: name, addExtension};
155
Loader.pathFilters.execute(data);
156
return data.name;
157
}
0 commit comments