tcoopman / image-webpack-loader

Image loader module for webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove the null check from loader utils

tcoopman opened this issue · comments

After the merge of #224 we can refactor this code:

if (config === null) {

The null check is not needed anymore

Is this issue still available?