Skip to content

use resolve to determine module path

Zoran Regvart requested to merge zregvart/antora-ui-default:pr/resolve into master

This uses resolve to determine the path to the module files rather than relying on existence of node_modules directory; in turn enabling the use of Yarn's Plug'N'Play (or similar alternative module resolution).

Merge request reports