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
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
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 theC:/
and replaces other colons in paths andfrom
import fields with a periodAddresses 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