Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Html-webpack-plugin Alternatives
Similar projects and alternatives to html-webpack-plugin
-
-
webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
copy-webpack-plugin
Copy files and directories with webpack
-
clean-webpack-plugin
A webpack plugin to remove your build folder(s) before building
-
create-react-app
Set up a modern web app by running one command.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
mini-css-extract-plugin
Lightweight CSS extraction plugin
-
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.
-
react-webpack-5-tailwind-2
React 17 Boilerplate with Webpack 6, Tailwind 2, using babel, SASS/PostCSS, HMR, dotenv and an optimized production build
-
-
-
-
optimize-css-assets-webpack-plugin
A Webpack plugin to optimize \ minimize CSS assets.
-
html-bundler-webpack-plugin
This plugin allows to use an HTML template as a starting point for all dependencies used in your web application. All source styles, scripts specified in HTML are processed, and the extracted JS, CSS are saved to the output directory. The plugin automatically substitutes output filenames into the generated HTML file.
-
game-of-life
Conway's Game of Life - Cellular Automata (by Mofunkles)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
html-webpack-plugin reviews and mentions
-
html-webpack-plugin VS html-bundler-webpack-plugin - a user suggested alternative
2 projects | 10 Feb 2023
- Dependency hell with webpack. What version do I need?
-
# Setup React app from scratch - Part-1(Get your project running)
now we have a dist directory. inside of dist we have main.js file, to execute the file in browser we need to add it as a script in a html file. Instead of doing it manually, we'll take the help of html-webpack-plugin.
-
Add meta tags for social media with HtmlWebpackPlugin
If you are using webpack you can use the meta option from the HtmlWebpackPlugin to add the social meta meta tags to your web page:
-
How to reorder inserted tags?
Look at the html-webpack-plugin. (https://github.com/jantimon/html-webpack-plugin#options) I think you need to manualy injects tags by setting inject to false and using htmlWebpackPlugin.files directly in your HTML template.
-
My first public React 17 Boilerplate (with Webpack 5, Tailwind 2)
html-webpack-plugin - Generate HTML files from template
-
A note from our sponsor - Onboard AI
getonboard.dev | 29 Nov 2023
Stats
jantimon/html-webpack-plugin is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of html-webpack-plugin is JavaScript.
Popular Comparisons
- html-webpack-plugin VS vite
- html-webpack-plugin VS copy-webpack-plugin
- html-webpack-plugin VS terser-webpack-plugin
- html-webpack-plugin VS clean-webpack-plugin
- html-webpack-plugin VS webpack-dev-server
- html-webpack-plugin VS create-react-app
- html-webpack-plugin VS node-sass
- html-webpack-plugin VS mini-css-extract-plugin
- html-webpack-plugin VS react-webpack-5-tailwind-2
- html-webpack-plugin VS webpack-cli