用 url loader,参考配置 { test: /\.(png|jpg|gif)/, loader: 'url?limit=10240&name=img/[name].[hash].[ext]' }
用 url loader,参考配置