- To not retyping fucking ssh passphrase key each fucking time: http://superuser.com/a/1158050
- Create a jetty test server: http://stackoverflow.com/a/29759263/3650955
- WebpackExtractPlugin with HMR: webpack-contrib/extract-text-webpack-plugin#30 (comment)
if (process.env.NODE_ENV !== "production") {
if (module.hot) {
const reporter = window.__webpack_hot_middleware_reporter__;
const success = reporter.success;
const DEAD_CSS_TIMEOUT = 2000;