()
| 123 | * Utility to get the entry file directory path for the currently targeted platform |
| 124 | */ |
| 125 | export function getEntryDirPath() { |
| 126 | return dirname(getEntryPath()); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Utility to get the dist file path for the currently targeted platform |
no test coverage detected