You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the page header says MiniCssExtractPlugin, I skipped that altogether, as I'm interested in setting options for UglifyJSPlugin which, in my case, is used only for JS minification, NOT CSS.
Generally speaking, I think it would be great if the documentation contained a separate section describing the optimization config options.
The text was updated successfully, but these errors were encountered:
The only place I could find information about
optimization.minimizer
option was on https://webpack.js.org/plugins/mini-css-extract-plugin/#minimizing-for-production page.Because the page header says
MiniCssExtractPlugin
, I skipped that altogether, as I'm interested in setting options forUglifyJSPlugin
which, in my case, is used only for JS minification, NOT CSS.Generally speaking, I think it would be great if the documentation contained a separate section describing the
optimization
config options.The text was updated successfully, but these errors were encountered: