Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add section for HMR and external stylesheets
There's no way built into webpack core to reload external stylesheets automatically with HMR. There is a work around however, involving the automatic insertion and removal of link tags within a `hotEmitter.on("webpackHotUpdate"...` function. Many people have looked for a solution for this, but the only answer is located in an issue thread near the very bottom: webpack-contrib/extract-text-webpack-plugin#30 It would be much more efficient and helpful for developers to see the solution directly on the docs page until a workaround is implemented into Webpack core.