chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-24 14:37:14 -07:00
parent 6ed1b7c89b
commit 502d263281
16 changed files with 348 additions and 276 deletions

View File

@@ -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);