You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/instances.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ export function initializeInstance(
375
375
}else{
376
376
if(!loader._compiler!.hooks){
377
377
thrownewError(
378
-
"You may be using an old version of webpack; please check you're using at least version 4"
378
+
"You may be using an old version of webpack; please check you're using at least version 4. Or you should set `transpileOnly` or `happyPackMode` to true when using with `thread-loader`."
0 commit comments