style-ext-html-webpack-plugin icon indicating copy to clipboard operation
style-ext-html-webpack-plugin copied to clipboard

cssRegex can support function ?

Open 417673259 opened this issue 4 years ago • 0 comments

image

want:

const identifyCssFile = cssRegex => filename => typeof cssRegex === 'function' ? cssRegex (filename) : (cssRegex || CSS_REGEX).test(filename);

thank you

417673259 avatar Aug 20 '21 02:08 417673259