Minor Changes
-
0ca8603: Work with package entry points (exports) and internal imports.
This simplified the internal logic a lot. For more details please see package entry points in the node documentation.
BREAKING CHANGES:
- we no longer support relative import paths in demos
- no need to pass on a
rootPath
or__filePath
� anymore - option
throwOnNonExistingPathToFiles
andthrowOnNonExistingRootPath
got removed