microsoft / monosize

Bundle size tooling for monorepos
MIT License
25 stars 9 forks source link

Error: Unsupported ESM URL scheming in config file in Windows #31

Closed Shubhabrata08 closed 8 months ago

Shubhabrata08 commented 8 months ago

monosize fails to find the right config path. The configPath URL isn't supported by my default ESM loader. Node: v18.0.0 OS: Windows 11 Home

image

Temporary workaround: Adding file:/// prior to the configPath(Line 29) in readConfig.js.

image

PS: Might not be an issue on other node versions

layershifter commented 8 months ago

Released in monosize@0.2.2.

Shubhabrata08 commented 8 months ago

Great... Thanks 👍