Components index generator cannot handle Windows paths
Closed this issue · 0 comments
xemlock commented
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'