鍍金池/ 問答/網(wǎng)絡(luò)安全  HTML/ vue 用img標簽加載GIF圖片,提示我要下載某種loader

vue 用img標簽加載GIF圖片,提示我要下載某種loader

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),

我發(fā)現(xiàn)直接在html里面用img加載就可以,在vue文件里面就識別不了一樣

回答
編輯回答
嫑吢丕

webpack打包時,用了url-loader插件,你把后綴GIF改成小寫的應(yīng)該就可以了圖片描述

2017年4月18日 06:07
編輯回答
喜歡你

正則可以忽略大小寫,也可以
/.(gif|png|svg|jpe?g)(?.*)$/s

2017年8月11日 04:52