webpack中添加如下 { test: /\.(pdf|svg)$/, use: 'file-loader?name=[path][name].[ext]', }. 最後就可以了完整代碼如下 import React from 'react'; ...
確定! 回上一頁