We are using webpack-hot-middleware
for our dev env.
The problem is that the compile has gotten up to 30secs with the code growth.
I am trying to implement the suggestions at: https://webpack.github.io/docs/build-performance.html.
So about the DYNAMIC LINKED LIBRARY
I found a great tutorial: http://engineering.invisionapp.com/post/optimizing-webpack/
The problem is that all the tutorials about the DllPlugin
are regarding a build and not with hot reloading.
Does anyone know how to implement this with the webpack-hot-middleware
or any other hot-reloader.