mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -36,12 +36,6 @@ export class ModuleNameResolver {
|
||||
let result: string = null;
|
||||
ext = ext ? '.' + ext : '';
|
||||
|
||||
// Compatibility path for non-webpack workflow
|
||||
// register modules from FS first
|
||||
if (!global.TNS_WEBPACK) {
|
||||
registerModulesFromFileSystem(path);
|
||||
}
|
||||
|
||||
// This call will return a clean path without qualifiers
|
||||
path = stripQualifiers(path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user