ERROR Failed to compile with 1 errors 11:57:12
error in ./src/assets/IMG_1919.GIF
Module parse failed: /Users/yaomengfei/Desktop/shangdai/src/assets/IMG_1919.GIF Unexpected character '�' (1:6)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file),
我发现直接在html里面用img加载就可以,在vue文件里面就识别不了一样
webpack打包时,用了url-loader插件,你把后缀GIF改成小写的应该就可以了