webpack-autoconf
webpack-autoconf copied to clipboard
Hot Reloading failed on Mac because it watched node_modules => overload
My fsevents deamon went hamoc. Had to add
watchOptions: {
ignored: /node_modules/,
},
to my webpack.config.js