解决方法:修改webpack.config.js文件,添加代码 { test: /\.(svg|ttf|eot|woff|woff2)$/, loader: 'file-loader', options:{ name:'fonts/[name].[ext]' } }