vue webpack打包後 iconfont引入路徑不對

vue webpack打包後 iconfont引入路徑不對vue

{
test : /\.(woff2?|eot|ttf|otf)(\? . *)? $ / ,
loader : 'url-loader' ,
options : {
limit : 80000 ,
name : utils . assetsPath ( 'fonts/[name].[hash:7].[ext]' )
}
}

將 limit 的值 調的大些 至少比你的字體文件大webpack

 

 

相關文章
相關標籤/搜索