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

Components index generator cannot handle Windows paths #3

Closed
xemlock opened this issue Jan 20, 2016 · 0 comments
Closed

Components index generator cannot handle Windows paths #3

xemlock opened this issue Jan 20, 2016 · 0 comments

Comments

@xemlock
Copy link
Contributor

xemlock commented Jan 20, 2016

Components index generator, when run under Windows, improperly determines component's name and import path, because it assumes that the path separator is a forward slash. This results in syntactically invalid code being generated, such as:

import ..\components\ABC from '..\components\ABC.js'
ondrejbartas pushed a commit that referenced this issue May 3, 2016
ondrejbartas pushed a commit that referenced this issue May 10, 2016
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

No branches or pull requests

2 participants