entry: [ 'babel-polyfill', // Load this first 'react-hot-loader/patch', // This package already requires/loads react (but not react-dom). It must be loaded after babel-polyfill to ensure both react and react-dom use the same Symbol. 'react', // Include this to enforce order 'react-dom', // Include this to enforce order './index.js' // Path to your app's entry file ]