feat: initial angular support + clean up tests

This commit is contained in:
Igor Randjelovic
2020-11-25 17:44:00 +01:00
parent 015d337e2a
commit d9a93040fe
17 changed files with 651 additions and 48 deletions

View File

@ -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() {