amazon-connect / amazon-connect-chat-interface

Amazon Connect Chat Interface - a browser-based customer chat widget for your website integrating with Amazon Connect ChatJS
https://docs.aws.amazon.com/connect/latest/adminguide/what-is-amazon-connect.html
MIT No Attribution
36 stars 39 forks source link

remove WatchMissingNodeModulesPlugin to repair dev-build #77

Closed spencerlepine closed 1 year ago

spencerlepine commented 1 year ago

Issue #: #75

Description of changes:

Customer unable to run npm run dev-build using webpack.config.dev.js because of depedency update (which tested in NodeCI).

Details:

webpack.config.dev.js contained a deprecated plugin WatchMissingNodeModulesPlugin. Recent changes to react-utils dependency have removed this file because they are migrating to webpack v5. Refer to this StackOverflow question for more details.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.