webpack-merge
Merge designed for webpack (by survivejs)
optimize-css-assets-webpack-plugin
A Webpack plugin to optimize \ minimize CSS assets. (by NMFR)
webpack-merge | optimize-css-assets-webpack-plugin | |
---|---|---|
3 | 3 | |
2,688 | 1,147 | |
0.0% | 0.0% | |
5.6 | 0.0 | |
about 1 year ago | over 2 years ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
webpack-merge
Posts with mentions or reviews of webpack-merge.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-09.
-
Struggling to get mini-css-extract-plugin working for both .css and .scss files in Webpack 5
I'm using Webpack 5 with webpack-merge so I can have separate config files for prod and dev with a common file for settings that both prod and dev share.
-
[Help] Gatsby-Plugin-React-Helmet causing build failure
You can try installing https://www.npmjs.com/package/webpack-merge or see if that merge is in your config.js or somewhere else.
-
My first public React 17 Boilerplate (with Webpack 5, Tailwind 2)
webpack-merge - Simplify development/production configuration
optimize-css-assets-webpack-plugin
Posts with mentions or reviews of optimize-css-assets-webpack-plugin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-16.
-
Popular React Webpack Plugins for 2022
You can read more about Optimize CSS assets Webpack Plugin here.
-
Vendor splitting using webpack 4
You will need to have this webpack extension https://github.com/NMFR/optimize-css-assets-webpack-plugin
-
My first public React 17 Boilerplate (with Webpack 5, Tailwind 2)
optimize-css-assets-webpack-plugin - Optimize and minimize CSS assets
What are some alternatives?
When comparing webpack-merge and optimize-css-assets-webpack-plugin you can also consider the following projects:
clean-webpack-plugin - A webpack plugin to remove your build folder(s) before building
terser-webpack-plugin - Terser Plugin
mini-css-extract-plugin - Lightweight CSS extraction plugin
copy-webpack-plugin - Copy files and directories with webpack
webpack-dev-server - Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.