-
optimize-css-assets-webpack-plugin - Optimize and minimize CSS assets
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
react-webpack-5-tailwind-2
Discontinued React 17 Boilerplate with Webpack 6, Tailwind 2, using babel, SASS/PostCSS, HMR, dotenv and an optimized production build
Github repo
-
html-webpack-plugin - Generate HTML files from template
-
node-sass - Node Sass
-
clean-webpack-plugin - Remove/clean build folders
-
cross-env - Cross platform configuration
-
webpack-merge - Simplify development/production configuration
-
copy-webpack-plugin - Copy files to build directory
-
mini-css-extract-plugin - Extract CSS into separate files
-
terser-webpack-plugin - Optimize and minimize JavaScript
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
webpack - Module and asset bundler.
-
webpack-cli - Command line interface for webpack
-
webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
webpack-dev-server - Development server for webpack