mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
feat: initial angular support + clean up tests
This commit is contained in:
@ -16,7 +16,7 @@ export function getAbsoluteDistPath() {
|
||||
export function getEntryPath() {
|
||||
const packageJson = getPackageJson();
|
||||
|
||||
return resolve(packageJson.main);
|
||||
return resolve(getProjectRootPath(), packageJson.main);
|
||||
}
|
||||
|
||||
export function getDistPath() {
|
||||
|
Reference in New Issue
Block a user