We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6ad5c commit 03573c3Copy full SHA for 03573c3
src/tools.ts
@@ -24,7 +24,7 @@ import babelPluginTransformModulesCommonjs from '@babel/plugin-transform-modules
24
// @ts-ignore (TS7016: Could not find a declaration file for module '@babel/plugin-transform-typescript'.)
25
import babelPlugin_typescript from '@babel/plugin-transform-typescript'
26
27
-import * as SparkMD5 from 'spark-md5'
+import SparkMD5 from 'spark-md5'
28
29
import {
30
Cache,
0 commit comments