```js const resolve = require("enhanced-resolve"); resolve.sync("file:///path/to/project", "module"); resolve.sync("file:///path/to/project", "file:///path/to/module"); ```