-
-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Labels
Description
I think that the webpack version in the peerDependencies section of package.json should be restricted to only v5, since from v9 ts-loader is not compatible anymore with webpack v4.
Line 102 in 613027f
| "webpack": "*" |
Or am I wrong?
I tried to update ts-loader while still using webpack v4 and yarn didn't complain, but I got the error in the console:
Module build failed: TypeError: loaderUtils.getOptions is not a function
And found the explanation in this issue