Skip to content

Commit 03573c3

Browse files
author
Franck Freiburger
committed
chore(core): import SparkMD5 through its default export
1 parent 8c6ad5c commit 03573c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import babelPluginTransformModulesCommonjs from '@babel/plugin-transform-modules
2424
// @ts-ignore (TS7016: Could not find a declaration file for module '@babel/plugin-transform-typescript'.)
2525
import babelPlugin_typescript from '@babel/plugin-transform-typescript'
2626

27-
import * as SparkMD5 from 'spark-md5'
27+
import SparkMD5 from 'spark-md5'
2828

2929
import {
3030
Cache,

0 commit comments

Comments
 (0)