Skip to content

Conversation

elevatebart
Copy link
Contributor

fix #2153

When normalizing "./foo/bar" baseurl option, the code was first removing the "./" to make it relative (foo/bar).
Then it was making sure that, if it was starting with neither a / nor a ., ensure it would start with a /, disallowing any relative baseUrl.

I think those two normalizations should be reversed to allow for ./foo/bar to become foo/bar/.

@yyx990803 yyx990803 merged commit d14d4e6 into vuejs:dev Aug 13, 2018
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.

One cannot have relative assets
2 participants