Skip to content

Commit 8b62c50

Browse files
committed
Ok, so the typing from sharp is not correct
1 parent 4c1d40e commit 8b62c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { LoaderContext } from 'webpack'
22
import loaderUtils from 'loader-utils'
3-
import { sharp, type Sharp } from 'sharp'
3+
import sharp, { type Sharp } from 'sharp'
44

55
const MIMES = {
66
jpeg: 'image/jpeg',

0 commit comments

Comments
 (0)