Skip to content

Commit 6030629

Browse files
committed
Refactor import statement for cheerio to use namespace import
1 parent c52d8b1 commit 6030629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .build/helpers.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path, { resolve, basename } from 'path';
33
import { fileURLToPath } from 'url';
44
import svgParse from 'parse-svg-path';
55
import svgpath from 'svgpath';
6-
import cheerio from 'cheerio';
6+
import * as cheerio from 'cheerio';
77
import { minify } from 'html-minifier';
88
import { parseSync } from 'svgson';
99
import { optimize } from 'svgo';

0 commit comments

Comments
 (0)