You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal Typescript + React + Webpack2 with Hot Module Reloading site
yarn install
yarn start
Building for production
webpack --config webpack.prod.config.js
You probably want to change react + react-dom to be webpack externals so they don't get built in too.
You also probably want to add uglify to the build process.