Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: import modules from relative folder path, improve logging (#4)
- Added possibility for the user to specify a print-all console logger. The user can now use `monorepoHelper(...).logger(consoleLogger)`. - Added a new logging level: TRACE. Activate it by usinng the consoleLogger, or by constructing a new logger object with a proper `trace` field (e.g. `helper.logger({ ...nullLogger, consoleLogger.trace })` - Major overhaul on the module resolution algorithm. Now, relative imports work! \o/ Closes #4.
- Loading branch information