import $ from \'jquery\'; require(\"./node_modules/bootstrap/dist/css/bootstrap.min.css\") require(\"./node_modules/bootstrap/js/dropdown.js\") import React from \'r
this will work
plugins: [ new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery" }) ]
It worked for me hope it helps