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
Hope the vue-template-compiler could check the path string is an available string for require(path) or not, and if no then use the error-overlay to indicates what and where error happened.
The text was updated successfully, but these errors were encountered:
Hello, thank you for taking time filling this issue!
However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).
I hope to see your helper-created issue very soon!
What problem does this feature solve?
when user import an empty string like
import ''
in SFC, the webpack build will stuck at98% after emitting CopyPlugin
.What does the proposed API look like?
Hope the
vue-template-compiler
could check thepath
string is an available string forrequire(path)
or not, and if no then use the error-overlay to indicates what and where error happened.The text was updated successfully, but these errors were encountered: