Bill.SL
Results
1
comments of
Bill.SL
This is not business for underscore-template-loader, you should config in url-loader: ``` { test: /\.(png|jp?g|gif)$/, loader: 'url-loader', options: { limit: 8192, name: config.assetsSubDirectory + '/image/[name].[hash:8].[ext]', } }, ```