-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cannot find module 'webpack/lib/MultiEntryPlugin' with WebPack 5 #97
Comments
Hello, library maintainers! Is this work slated as part of the roadmap for this project, or can we submit a PR to address migrating to Webpack 5? Happy to do so if it will be helpful |
Hi @j-schuster, I'm happy to review and merge your PR to add webpack 5 support to this plugin. Thanks |
Hi all, how is this progressing? If it's moving along I'll tell my team to just be patient. If you're stuck, I'll get my project on webpack 4 and see if we can help. |
I'm stuck with the same problem, Do we have any update on this ? Storybook: FYI I'm using ckeditor5 with Webpack 5(webpack and webpack cli also ) and also have updated my library project Storybook: Error : info @storybook/react v6.5.13 WARN Broken build, fix the error above. node:internal/modules/cjs/loader:995 Error: Cannot find module 'webpack/lib/MultiEntryPlugin'
|
@j-schuster Are you able to submit a PR to allow for this library to work with webpack 5? |
Using this plugin with webpack 5 produces below error.
Is this a known error? And in that case, is there a way work through or around it?
The text was updated successfully, but these errors were encountered: