-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack 5 resolver and duplicate type errors?! #75
Comments
Still having the same issue with the latest versions. I tried looking at the types, but I can't figure it out myself and create a PR unfortunately. @jonaskello @Brian-McBride any idea maybe? |
Had the same issue. I resolved it by removing "loader-utils" from devDependencies. |
same issue. |
@rnnyrk @stixx200 @sherwinwater - For me I resolved it by upgrading the plugin to version 4 which imports the type from webpack rather than using the temporary types that version 3 did. Actually I also removed |
After updating to the latest version I got several errors regarding
tsconfig-paths-webpack-plugin
. I have no clue how to solve these or what's causing it. Any suggestions? My webpack config is also belowThe text was updated successfully, but these errors were encountered: