Is it possible that in my config I have chosen to serve the react package for specific files with the .jsx extension.
Now I have react imported for both .js and .jsx, but can I restrict it only for .jsx files
new webpack.ProvidePlugin({
"React": "react",
}),