From 280bce1ea0cd34ac94bef11d96c41bf0385b4408 Mon Sep 17 00:00:00 2001 From: m1heng <18018422+m1heng@users.noreply.github.com> Date: Tue, 11 Jan 2022 22:38:41 +0800 Subject: [PATCH] fix: make manifest type match readme doc (#282) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5f3b7c1..e4dfc4a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ import { beforeRunHook, emitHook, getCompilerHooks, normalModuleLoaderHook } fro const emitCountMap: EmitCountMap = new Map(); -export type Manifest = Record; +export type Manifest = Record; export interface InternalOptions { [key: string]: any;