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 tried to build my project as I always do but webpack hanged up without any error message.
After an hour I finally figured out that it was a vue-loader issue which caused by a missing close tag for a comment in one of my single file component. It was clearly my fault but without any error message it was very hard to find that bug.
vue: 2.1.3
vue-loader: 10.0.1
vue-template-compiler: 2.1.3
I tried to build my project as I always do but webpack hanged up without any error message.
After an hour I finally figured out that it was a vue-loader issue which caused by a missing close tag for a comment in one of my single file component. It was clearly my fault but without any error message it was very hard to find that bug.
Simplified example:
The text was updated successfully, but these errors were encountered: