New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-bundler-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-bundler-webpack-plugin - npm Package Versions

1
20

4.7.0

Diff

Changelog

Source

4.7.0 (2024-12-04)

  • feat: precompile Handlebars templates with sub partials
webdiscus
published 4.6.1 •

Changelog

Source

4.6.1 (2024-12-04)

  • fix: missing optional dependencies
  • fix: watching changes in files outer the project directory
webdiscus
published 4.6.0 •

Changelog

Source

4.6.0 (2024-12-03) DEPRECATED

  • feat: add support the Markdown *.md files in the template engines: eta, ejs, handlebars, pug. The markdown file can be included in the HTML template, e.g. Eta:
    <html>
    <head>
      <!-- Load Markdown and Highlighting styles -->
      <link href="github-markdown-css/github-markdown-light.css" rel="stylesheet" />
      <link href="prismjs/themes/prism.min.css" rel="stylesheet" />
    </head>
    <body class="markdown-body">
      <!-- Load Markdown file -->
      <%~ include('readme.md') %>
    </body>
    </html>
    
webdiscus
published 4.5.3 •

Changelog

Source

4.5.3 (2024-11-28)

  • fix: issue by HMR when CSS contains Tailwind-like style names with backslashes E.g.: .\32xl\:w-96, .lg\:ml-4
webdiscus
published 4.5.2 •

Changelog

Source

4.5.2 (2024-11-28)

  • fix: issue by HMR when CSS contains a comment with back-tick quotes
webdiscus
published 4.5.1 •

Changelog

Source

4.5.1 (2024-11-28)

  • fix: if used splitChunks.chunks option then this options will be removed and will be displayed a warning This option makes no sense, because we will split only scripts.
  • docs: update readme
webdiscus
published 4.5.0 •

Changelog

Source

4.5.0 (2024-11-25)

  • feat: add support the HMR for styles imported in JavaScript files
  • feat: add new css.hot option to enable HMR for styles
webdiscus
published 4.4.3 •

Changelog

Source

4.4.3 (2024-11-23)

  • fix: issue by inline a style when in the tag used single quotes for attribute
webdiscus
published 4.4.2 •

Changelog

Source

4.4.2 (2024-11-18)

  • fix: add Exception when used splitChunks and occurs the error: Can't resolve a CSS file in template
  • fix: correct Exception message when a source CSS file is not found
webdiscus
published 4.4.1 •

Changelog

Source

4.4.1 (2024-11-05)

  • fix: if used multiple config and cache filesystem, occurs the error 'PersistentCache is already registered'
  • test: add test for multiple config when used cache filesystem
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc