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 warning message conflict #314

Closed
amirHosseinKhademii opened this issue Dec 14, 2020 · 2 comments · Fixed by #319
Closed

Webpack 5 warning message conflict #314

amirHosseinKhademii opened this issue Dec 14, 2020 · 2 comments · Fixed by #319

Comments

@amirHosseinKhademii
Copy link

Please provide a description of the bug / issue, and provide the details below:

In webpack 5 after compilning webpack web dashbord replace all warning messages with custom messages but in new webpack release this messagse is type of object and not string therefore dev server would crash

@ryan-roemer
Copy link
Member

Update: I've hit this in my current branch for webpack5 support and think I have a straightforward path to handle old + new webpack formats.

ryan-roemer added a commit that referenced this issue Jan 21, 2021
- Add webpack5 support. Fixes #316 
- Bugfix: Webpack 5 warning message conflict. Fixes #314
- Fix bugs in updated `commander` integration.
@ryan-roemer
Copy link
Member

@sourena2575 Can you confirm that webpack-dashboard@3.3.0 has fixed the issue you've identified? Thanks!

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

Successfully merging a pull request may close this issue.

2 participants