Refactor import statement for cheerio to use namespace import
This commit is contained in:
parent
c52d8b15e6
commit
603062956f
|
|
@ -3,7 +3,7 @@ import path, { resolve, basename } from 'path';
|
|||
import { fileURLToPath } from 'url';
|
||||
import svgParse from 'parse-svg-path';
|
||||
import svgpath from 'svgpath';
|
||||
import cheerio from 'cheerio';
|
||||
import * as cheerio from 'cheerio';
|
||||
import { minify } from 'html-minifier';
|
||||
import { parseSync } from 'svgson';
|
||||
import { optimize } from 'svgo';
|
||||
|
|
|
|||
Loading…
Reference in New Issue