html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Found 411 results for html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Webpack plugin for enabling Subresource Integrity
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
lets you define html tags to inject with html-webpack-plugin
Write html files to hard disk even when using the webpack dev server or middleware
Let webpack generate all your favicons and icons for you
A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.
Embed javascript and css source inline when using the webpack dev server or middleware
Helps to inject chunks to head and body via HtmlWebpackPlugin with additional options to add async/defer to chunks
Enhances html-webpack-plugin functionality with async and defer attributes for script elements
Simplifies creation of HTML files to serve your webpack bundles
Add a JS or CSS assets to a generated HTML file
Add the ability to exclude assets based on RegExp patterns
Enhances html-webpack-plugin with link rel=preload wiring capabilities for scripts
a plugin for html-webpack-plugin to skip adding certain output files to the html
add custom attributes to inject script and link
A template with more features than the default html-webpack-plugin template
A HTML Webpack plugin for injecting <link rel='preload'>
Embed <link rel="preconnect"> into HtmlWebpackPlugin pages
Automates the integration of module/nomodule bundles in your html.
Easily add partial support to the HTML Webpack Plugin
Embed svg inline when using the html webpack plugin
A clean and easy way to add Google Tag Manager support to your web project.
Inject <link rel='preload'> for Webpack/ViteJS
Adds automatically Resource hints to your html-files
Webpack loader for Nunjucks
a plugin for html-webpack-plugin to allow for mimetype tagging of injected links
Enhances html-webpack-plugin functionality by enabling inline styles.
Embed javascript and css source inline when using the webpack dev server or middleware
Simplifies creation of Pug/Jade files to serve your webpack bundles(Extension of html-webpack-plugin)
Add customized extension to index.html file's script that generated by html-webpack-plugin.
Creates a custom Modernizr build during webpack compile. Integrates with html-webpack-plugin.
## About
Addon for the html-webpack-plugin to customize the script attributes of script tag.
add html interpolate of create-react-app
Dynamically get your dependencies from a cdn rather than bundling them in your app
Webpack plugin that injects a custom string into the body of the html-webpack-plugin output.
a plugin for html-webpack-plugin to label certain chunks as legacy-only via the nomodule attribute
Dynamically get your dependencies from a cdn rather than bundling them in your app
Injects a custom string either before, after, or replacing a specified string in html-webpack-plugin output
Dynamically get your dependencies from a cdn rather than bundling them in your app
Perform string replacements when using the html webpack plugin
Remove parts of html emitted by the html-webpack-plugin using a regular expression
A plugin which, when combined with HTMLWebpackPlugin, adds CSP tags to the HTML output
Webpack plugin for enabling Subresource Integrity
Add the ability to exclude assets based on RegExp patterns
The hook of html-webpack-plugin, beautifies HTML output, for Webpack4.
A plugin for webpack to append prefix to HTML when html-webpack-plugin loaded.
如果你想在浏览器空闲时段加载一些较大的资源,那么你可以使用此插件
Adapt webpack 4: add custom attributes to inject script and link
Let you override html-webpack-plugin options in react-scripts
Simplifies creation of HTML files to serve your webpack bundles
Inline styles using webpack, HTMLWebpackPlugin, and juice
Adopted from https://github.com/jantimon/html-webpack-plugin, hence she/they/he are the author!
A craco plugin for html-webpack-plugin
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
Browserslist Differential Script Loading webpack plugin.
Plugin to inline WebPack runtime chunks when using html-webpack-plugin
A html webpack plugin to inject thymeleaf compatible template tags for script and style tags
Adds a banner to the top of generated html
Let webpack generate manifest files, all your favicons and icons for you
Allow plugins to make changes to the assets before invoking the template when using html-webpack-plugin
Loading stylesheets asynchronously
Additional control over scripts generated by Webpack
Add the ability to exclude empty assets
A plugin to prerender and inject JavaScript apps into the static markup generated by html-webpack-plugin at build time.
Parses CSS filenames to tag link elements with media attributes.
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin
Plugin to add various attributes to script tags injected by html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Beautify output of HtmlWebpackPlugin
simplifies creation of HTML file for multi-build configuration
Inline your webpack runtime chunk(s) when using html-webpack-plugin.
Injecting css chunks extracted using extract-css-chunks-webpack-plugin to HTML for html-webpack-plugin Edit
webpack plugin for htmllinter
Embed icons as data URLs in the output HTML file
This package is intended to be used along with html-webpack-plugin. It can be used to replace text in the html file created by the html-webpack-plugin during the webpack build process. Works only wth webpack@^4
Webpack plugin to inject tags to html
Content Security Policy plugin for html-webpack-plugin
Updates the URLs for existing script (JS) and link (CSS) elements in an HTML template with URLs generated by Webpack
Webpack plugin that integrates module / nomodule bundles in the html
cdn-loader for webpack
simplifies creation of HTML file for multi-build configuration
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
Adds automatically thymeleaf attribute to your injected resources
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
js加载失败重试
Alter the HTML file programatically that html-webpack-plugin generates
Inline your javascript and css files into html.
A template for html-webpack-plugin made in pug template language
cdn in webpack
Embed javascript and css source inline when using the webpack dev server or middleware for webpack 5
Dynamically get your dependencies from a cdn rather than bundling them in your app
Adds a banner to the top of generated html
A custom template loader that parses HTML templates for the `html-webpack-plugin` package
A plugin that transforms links in the HTMLWebpackPlugin html output to Django static template tags, ex: 'bundles/js/main.js' ==> {% static 'bundles/js/main.js' %}
Allow scripts and styles to be inlined for HtmlWebpackPlugin through templates.
an extension to add favicon hash for the html-webpack-plugin
a set of reusable components for UQ Library applications
给你的项目注入构建信息~
Simplifies creation of HTML files to serve your webpack bundles
Favicon Generator for Hivehome Webapp
Webpack plugin for non-SPA apps with multiple entries using HtmlWebpackPlugin
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
CAWebPublishing Site Generation HTML Webpack Plugin
Append timestamp suffixes to js and css resources for version control
Webpack plugin that generates the latest git commit hash within html meta tag for versioning build
Simplifies creation of HTML files to serve your webpack bundles
Let webpack generate all your favicons and icons for you
Let webpack generate all your favicons and icons for you
Inject assets into HTML template, extension plugin of html-webpack-plugin.
Fork of Roman Olin's app-manifest-webpack-plugin https://github.com/romanlex/app-manifest-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
This is a plugin of webpack which extracting common html, we have two things need to do, first, we should create template for common html, second, no-common html is as webpack entry html.
A template with more features than the default html-webpack-plugin template and more specific to react
A clean and easy way to add Google Tag Manager support to your web project.
adapt style-ext-html-webpack for webpack 4 to extract css to inline style
Automatically compile assets with nwjc and inject them with html-webpack-plugin.
Allows for the insertion of script tags at the end of the body element after HtmlWebpackPlugin has executed
Makes [contenthash] available for html-webpack-plugin
a webpack plugin work with html-webpack-plugin,use it to insert script as inline to html file.
Fork of https://github.com/JoviDeCroock/webpack-module-nomodule-plugin, to allow future optimisations for ui-lib
A webpack plugin for injecting <link rel="preconnect"> into HtmlWebpackPlugin pages
Clone routes for HTML Webpack Plugin
Dynamically inject css style assets when using webpack-rtl-plugin
Enhances html-webpack-plugin functionality with async and defer attributes for script elements
Enhances html-webpack-plugin functionality by enabling inline styles.
Webpack loader for Nunjucks
add a javascript asset to the HTML generated by `html-webpack-plugin`
A template for html-webpack-plugin made in pug template language
Webpack
Let webpack generate all your favicons and icons for you
Injects .env.json files into the web application for development and adds an injection point for just-in-time injection when used in production.
a-simple-template-for-tampermonkey
This is a fork of the excellent html-webpack-template with some minor deletions and additions.
Add file content to a generated HTML file
Basic wrapper around HtmlWebpackPlugin generating multiple pages based on html fragments inclusion into layouts
Webpack Plugin that injects inner script source to HTML files of the html-webpack-plugin output.
解析 html 静态模板中的 img 等资源标签,转交给 url-loader 加载和处理图片。
A webpack plugin for inject variable to support multi origin
Assets Transform extension for the HTML Webpack Plugin
An addon for html-webpack-plugin
Adds ability to insert HTML with the HTML Webpack Plugin
simplifies wrap HTML files to serve your webpack bundles
A template with more features than the html-webpack-template
HtmlWebpackPlugin-MultiHtml for Webpack 4+
A webpack plugin for adding `loading="lazy"`into all `<img>` in HtmlWebpackPlugin pages.
dlpr: Let webpack generate all your favicons and icons for you.
Allow custom callback to change HTML when using the html webpack plugin.
Simplifies creation of HTML files to serve your webpack bundles
Inline Webpack's runtime chunks to the output html to save http request.
simplifies creation of HTML file for multi-build configuration
Generate HTTP2 Server Push headers for Netlify using HtmlWebpackPlugin
a html-webpack-plugin extension
Inject script into HTML template, extension plugin of html-webpack-plugin.
Let webpack generate all your favicons and icons for you
Enhances html-webpack-plugin functionality by tidying html after processing
This plugin allows script assets from multiple webpack configs to be injected into the same HTML template.
A clean and easy way to add Google Tag Manager support to your web project.
Simplifies creation of HTML files to serve your webpack bundles
Rspack plugin for enabling Subresource Integrity
Add a JS or CSS assets to a generated HTML file
html-webpack-inline-source-plugin with custom script tag attributes
Write html files and add layout.
Embed img tags inline when using the html webpack plugin, adapted from html-webpack-inline-svg-plugin
Embed <link rel="preconnect"> into HtmlWebpackPlugin pages
custom inject styles and scripts in the template when using the webpack dev server or middleware
Add the ability to include assets based on a list of paths
Let webpack generate all your favicons, icons and manifest for you
Allows modification of the 'rel' attribute of CSS assets compiled via Webpack.
a plugin for html-webpack-plugin to alert css or js path in the html
Embed javascript and css source as inline lzma base64 when using the webpack dev server or middleware
Making WebPack includes creating with JS createElement
Simplifies creation of HTML files to serve your webpack bundles
Webpack plugin for enabling Subresource Integrity
Write html files and add layout.
Enhances html-webpack-plugin functionality by enabling inline scripts.
A plugin to inject addition tag to supplement html-webpack-plugin
Let webpack generate all your favicons and icons for you
base on 'html-webpack-plugin' dynamic injection of cdn data to html template
Let webpack generate all your favicons and icons for you
配置额外的 meta、 script、link 标签
a simple wraper for useref in html-webpack-plugin
Enhances html-webpack-plugin with link rel=preload wiring capabilities for scripts
Write html files to hard disk even when using the webpack dev server or middleware
A fork of html-webpack-plugin that adds support for html lang
Embed svg inline when using the html webpack plugin
For html-webpack-plugin to change resource address
fix resource for the packaged content of script-ext-html-webpack-plugin
## Installation
Embed svg inline when using the html webpack plugin
Add JS or CSS assets with hash to webpack generated HTML file.
Simplifies creation of HTML files to serve your webpack bundles
wub preset that adds html-webpack-plugin to webpack
Simplifies creation of HTML files to serve your webpack bundles
HtmlWebpackPlugin extension that generates custom_ui_manifest.xml file for Panorama
Add crossorigin attribute to script tag or link tag
Provide callback executed after all chunks loaded
Add the ability to exclude assets based on RegExp patterns
Let webpack generare fonticons
A plugin which, when combined with HtmlRspackPlugin, adds CSP tags to the HTML output
Remove unused styles from embedded CSS
A plugin for html-webpack-plugin
Add .br suffix to index.html file's script that generated by html-webpack-plugin
Plugin for html webpack plugin for make possibility to define basePath option. basePath option will overwrite the path for JS and CSS files injected by webpack-html-plugin into html file.
an extension to add favicon hash for the html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Inline Code tag for the HTML Webpack Plugin
WebPack Plugin for AsciiDoc
Enhances html-webpack-plugin functionality with async and defer attributes for script elements
fix assets(js/css) path in html files while building multiple entry files
the better hash for html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Simplifies creation of HTML files to serve your webpack bundles
简化craco配置,支持动态加载打包产物
Simplifies creation of HTML files to serve your webpack bundles. This version is to resolve Add entry config to get chunks of entrypoint.
Simplifies creation of HTML files to serve your webpack bundles
Inject Code tag for the HTML Webpack Plugin
add external js,css to html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Simplely injects a custom string into the html-webpack-plugin output
Embed javascript and css source inline when using the webpack dev server or middleware
HTML configuration for webpack
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
Add the ability to include assets based on a list of paths
add query content to webpack html external script's src
Adds automatically Resource hints to your html-files
inject System.import() into HtmlWebpackPlugin template.
Inject custom code in head or body.
Write html files and add layout.
Add the ability to include assets based on a list of paths
Adapt html-webpack-skip-assets-plugin to Rspack.
Adds automatically ressource hints to your html-files
Select certain output files to the html file.
Simplifies creation of HTML files to serve your webpack bundles
Enhances html-webpack-plugin functionality with append or prepend custom inline script tag
Simplifies creation of HTML files to serve your webpack bundles
html-webpack-plugin 插件的一个小插件,用于去除 template 中开发插入的 script 标签
Adds automatically Resource hints to your html-files
Extended from [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin), support stylesheet and script file inline to html and tag add attributes
Enhances html-webpack-plugin functionality by enabling inline styles.
the middle handler of html-webpack-plugin
Write html files to hard disk even when using the webpack dev server or middleware
修改html-webpack-plugin,不存在<head></head>时嵌入的css不强制加head标签
通过设置标记,可以将生成的js&css文件,插入到html文件的任何一个地方
Let webpack generate all your favicons and icons for you
a plugin for html-webpack-plugin to allow for mimetype tagging of injected links
配合htmlwebpackplugin实现修改自动刷新
Simplifies creation of HTML files to serve your webpack bundles