无法解析vue的报错
Module parse failed: Unexpected token (2:0)
You may need an appropriate loader to handle this file type.
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
解决办法如下
[vue-loader] Module parse failed: Unexpected token (2:0) You may need an appropriate loader to handle this file type.
原文:https://www.cnblogs.com/minnie-huang/p/12808312.html