// webpack配置 { test: /\.svg$/, use: [ {loader: 'svg-sprite-loader', options: {}}, { loader: 'svgo-loader', options: {}} ] },