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), and if not use the error-overlay to indicates what and where error happened.
Thanks.
The text was updated successfully, but these errors were encountered:
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
.issue#4174
issue#4252
What does the proposed API look like?
Hope the
vue-template-compiler
could check thepath
string is an available string forrequire(path)
, and if not use the error-overlay to indicates what and where error happened.Thanks.
The text was updated successfully, but these errors were encountered: