kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Replace Webpack extract-text-plugin with mini-css-extract-plugin #235

Open pascalw opened 6 years ago

pascalw commented 6 years ago

Since Webpack 4 extract-text-plugin is deprecated for usage with css, instead https://github.com/webpack-contrib/mini-css-extract-plugin is recommended. Supposedly it's faster too.

See https://github.com/webpack-contrib/extract-text-webpack-plugin#usage.

ruisalgado commented 6 years ago

yes I have this change pending review on the project I'm working on... I'll contribute the change to maji