fix_deprecated_sass #6

Merged
florent.lesaout merged 6 commits from fix_deprecated_sass into master 2025-10-10 14:53:17 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a7b552d001 - Show all commits

View File

@@ -11,7 +11,7 @@
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"concurrently": "^7.0.0", "concurrently": "^7.0.0",
"html-minifier": "^4.0.0", "html-minifier-terser": "^7.2.0",
"image-size": "^0.8.3", "image-size": "^0.8.3",
"json-to-scss": "^1.3.1", "json-to-scss": "^1.3.1",
"leaflet": "^1.7.1", "leaflet": "^1.7.1",

View File

@@ -1,4 +1,4 @@
import htmlmin from 'html-minifier'; import htmlmin from 'html-minifier-terser';
export default function htmlMinTransform(value, outputPath) { export default function htmlMinTransform(value, outputPath) {
if (outputPath.indexOf('.html') > -1) { if (outputPath.indexOf('.html') > -1) {