ucfopen / Materia-Server-Client-Assets

Common Javascript and CSS resources needed for Materia and the Materia Widget Development Kit.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
3 stars 10 forks source link

Replace extract-text-webpack-plugin #51

Open clpetersonucf opened 5 years ago

clpetersonucf commented 5 years ago

extract-text-webpack-plugin is incompatible with Webpack 4.0 and above, and is now recommending mini-css-extract-plugin as a replacement for extracting CSS (which how we're using it.)

https://github.com/webpack-contrib/mini-css-extract-plugin