字体图标一般可用该loader处理

    1. {
    2. test: /\.(woff|woff2|eot|ttf|otf)$/,
    3. use: [
    4. 'file-loader'
    5. ]
    6. }