antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template
MIT License
2.92k stars 225 forks source link

remove illegal colons in path names on Windows #81

Closed eugenesvk closed 2 years ago

eugenesvk commented 2 years ago

Dev mode of MV3 fails on Windows due to illegal colons : in paths, e.g., /@fs/C:/ or /@id/plugin-vue:export-helper This PR removes the C:/ and replaces other colons in paths and from import fields with a period

Addresses one of the issues raised here in this comment

Checked on Windows and a Mac, Windows seems to be working fine, Mac has an unplugin-icons error on rebuild (might be an issue with it not knowing about @id prefix), but this error is also present without this PR

tmkx commented 2 years ago

LGTM