test: /.(png|jpe?g|gif|svg)(?.*)?$/, loader: 'url-loader', options: { limit: 1, name: utils.assetsPath('images/[name].[hash:7].[ext]'), publicPath: '../../' } 搞定
test: /.(png|jpe?g|gif|svg)(?.*)?$/,