Yep, I’m using webpack to bundle it and I have url-loader in the rules
{ test: /\.(png|jpg)$/, use: 'url-loader?limit=81920' },
Yep, I’m using webpack to bundle it and I have url-loader in the rules
{ test: /\.(png|jpg)$/, use: 'url-loader?limit=81920' },