Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove illegal colons in path names on Windows #81

Merged
merged 1 commit into from
Jun 5, 2022

Conversation

eugenesvk
Copy link

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

@eugenesvk eugenesvk mentioned this pull request Jun 5, 2022
@tmkx
Copy link
Collaborator

tmkx commented Jun 5, 2022

LGTM

@tmkx tmkx merged commit 61b47be into antfu-collective:refactor/mv3 Jun 5, 2022
@eugenesvk eugenesvk deleted the refactor/mv3 branch June 5, 2022 17:19
tmkx added a commit that referenced this pull request Nov 20, 2022
feat: support hmr

refactor: move assets folder

remove illegal colons in path names on Windows (#81)

fix: file loading issue (#84)

fix: hmr support for sfc style fields (#89)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants