Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix config
import()
path with Windows drive letters
Compatible cross-platform “path to file URL” changes must use `pathToFileURL()` ``` Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'd:' ```
- Loading branch information