Skip to content
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 #45

Open
LukasMachetanz opened this issue Jul 27, 2022 · 5 comments
Open

webpack 5 #45

LukasMachetanz opened this issue Jul 27, 2022 · 5 comments

Comments

@LukasMachetanz
Copy link

Hey.

Is it possible to update webpack to the latest version (e.g. ^5.74.0)?

This would help to resolve the following peer dependency warning within a nrwl/nx workspace:

npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.

Greets,
Lukas

@kdbarzallo
Copy link

+1

1 similar comment
@kimjh96
Copy link

kimjh96 commented Nov 17, 2022

+1

@LukasMachetanz
Copy link
Author

This would still be appreciated.

@FOREVEREALIZE
Copy link

Webpack 5 doesn't need this plugin anymore. You can use ignoreWarnings: https://webpack.js.org/configuration/other-options/#ignorewarnings

See #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@LukasMachetanz @FOREVEREALIZE @kimjh96 @kdbarzallo and others