maji icon indicating copy to clipboard operation
maji copied to clipboard

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

Open pascalw opened this issue 5 years ago • 1 comments

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.

pascalw avatar Jul 20 '18 12:07 pascalw