Skip to content

Commit b674a34

Browse files
committed
Add missing mode type
1 parent aff1f3d commit b674a34

File tree

1 file changed

+1
-0
lines changed
  • programs/develop/webpack/plugin-extension/feature-resolve/steps

1 file changed

+1
-0
lines changed

programs/develop/webpack/plugin-extension/feature-resolve/steps/loader-types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ export interface ResolvePluginContext extends LoaderContext {
1111
excludeList: FilepathList
1212
typescript: boolean
1313
jsx: boolean
14+
mode: string
1415
}
1516
}

0 commit comments

Comments
 (0)