You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if root-relative imports are meant to be inlined, but I was surprised they weren't given that there was no warning.
Issue #6 seems to imply this broke before and was fixed, making me think this is a new regression. (Using 0.4.2)
The text was updated successfully, but these errors were encountered:
mmocny
changed the title
Root-relative imports (ala start with a leading '/') are not vulcanized, and there is no warning
Root-relative imports (aka start with a leading '/') are not vulcanized, and there is no warning
Oct 9, 2014
No, it was always the case that root-relative paths were not to be inlined. Vulcanize takes a shortcut and attempts to treat the whole filesystem as a url, so '/foo', would literally mean '/foo' on your disk.
The ability to use root-relative paths will be added with #71 or #36, depending on which one gets merged.
I'm not sure if root-relative imports are meant to be inlined, but I was surprised they weren't given that there was no warning.
Issue #6 seems to imply this broke before and was fixed, making me think this is a new regression. (Using 0.4.2)
The text was updated successfully, but these errors were encountered: