rstacruz / webpack-tricks

Tips and tricks in using Webpack
2.35k stars 61 forks source link

Mention DLL #4

Open amilajack opened 7 years ago

amilajack commented 7 years ago

IMO, webpack DLL's are probably one of webpack's best kept secrets that no one knows about. They make hot reloading practical. What are your thoughts on mentioning them?

rstacruz commented 7 years ago

Awesome, I have no experience in getting DLLs working though!

havenchyk commented 7 years ago

@amilajack PR with example is very appreciated!