I would like to use CommonJS to include semantic-ui in my react jsx file. I installed semantic-ui with bower, and webpack is correctly configured to include the bower_components
try the provide-plugin like so:
plugins: [ new ProvidePlugin({ 'jQuery': 'jquery' }) ],