var HtmlRspackTagsPlugin = require('html-rspack-tags-plugin'); var rspack = require('@rspack/core');Add the plugin to your rspack config:output: { publicPath: '/abc/' }, plugins: [ new rspack.HtmlRspackPlugin(), new HtmlRspackTagsPlugin({ tags: ['a.js', 'b.css'], append: true...
Simplifies creation of HTML files to serve your Rspack bundles - html-rspack-plugin/examples/inline/template.pug at main · rspack-contrib/html-rspack-plugin
Performance improvements for Rspack: Removed support for HTML5 Application caches (it has been deprecated) Reuse compilation.entrypoints Install # npm npm add -D html-rspack-plugin # yarn yarn add -D html-rspack-plugin # pnpm pnpm add -D html-rspack-plugin Usage The plugin will generate an...
rspack plugin html-rspack-plugin webapp pwa manifest favicon icon png svg igarashi7979 •7.0.0•5 months ago•0dependents•MITpublished version7.0.0,5 months ago0dependentslicensed under $MIT 1,445 html-rspack-nonce-injector A nonce injector plugin for HtmlRspackPlugin. ...
An Rspack plugin for generating HTML files. It is forked from `html-webpack-plugin` and provides better performance. - html-rspack-plugin/prettier.config.mjs at main · rspack-contrib/html-rspack-plugin
An Rspack plugin for generating HTML files. It is forked from `html-webpack-plugin` and provides better performance. - html-rspack-plugin/examples/template-parameters/index.ejs at main · rspack-contrib/html-rspack-plugin
0.5.8•Public• Published10 months ago Install npm i@rspack/plugin-html Repository github.com/web-infra-dev/rspack Version 0.5.8 License MIT Unpacked Size 58.3 kB Total Files 15 Last publish 9 months ago Collaborators Reportmalware
An Rspack plugin for generating HTML files. It is forked from `html-webpack-plugin` and provides better performance. - html-rspack-plugin/docs/template-option.md at main · rspack-contrib/html-rspack-plugin
The Rspack-based build tool. It's fast, out-of-the-box and extensible. - chore: import from html-rspack-plugin (#2812) · web-infra-dev/rsbuild@0fcaf2e
html-webpack-plugintohtml-rspack-plugincan be confusing, so we will remove the renaming and import fromhtml-rspack-plugin. Related Links https://github.com/rspack-contrib/html-rspack-plugin Checklist