My first PluralSight course just went live. Be sure to watch it: https://app.pluralsight.com/player?course=sharepoint-framework-angularjs-developing&author=joe-jorden&name=c4906bb1-4ced-419e-88c5-cc946eddc76d&clip=0&mode=live
A brief listing of my personal thoughts and experiences. These are not endorsed by anyone (even me on occasion).
Saturday, March 24, 2018
Friday, March 16, 2018
mini-css-extract-plugin
Just so you know, I upgraded to webpack 4 today and it is screaming fast. I was using the extract-text-webpack-plugin which has some issues on webpack 4. Specifically it gave me this error:
Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
I switched over to mini-css-extract-plugin and it works great.
Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
I switched over to mini-css-extract-plugin and it works great.
Subscribe to:
Posts (Atom)