I have tried changing the versions of bootstrap, jquery, and popper but no luck. I don\'t think I am using more than one version of jquery. Not sure where it went wrong. It
I think your webpack config should be like this
new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery", Popper: ['popper.js', 'default'] }),
Let me know if you still have any errors