Fix high vulnerability in dependency (npm audit fix)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import htmlmin from 'html-minifier';
|
||||
import htmlmin from 'html-minifier-terser';
|
||||
|
||||
export default function htmlMinTransform(value, outputPath) {
|
||||
if (outputPath.indexOf('.html') > -1) {
|
||||
|
||||
Reference in New Issue
Block a user