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
0
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

1.6.4

Diff

Changelog

Source

1.6.4 (2023-03-15)

  • fix: add the enhanced-resolve to peerDependencies
  • chore: update dev dependencies
  • docs: add links to demo examples
webdiscus
published 1.6.3 •

Changelog

Source

1.6.3 (2023-03-13)

  • fix: correct rebuild the node modules specified in a template or imported in a script, after changes in the template of in the script
  • chore: update dev dependencies
  • test: add test for rebuild the node modules
webdiscus
published 1.6.2 •

Changelog

Source

1.6.2 (2023-03-09)

  • fix: add missing node modules to compilation after rebuild
  • fix: resolve resources in the entry file containing a query
  • test: add tests for fixes
webdiscus
published 1.6.1 •

Changelog

Source

1.6.1 (2023-03-07)

  • fix: correct inline JS when used split chunks
  • refactor: optimize code for windows, clean up from needless code
  • test: add test for inline JS with split chunks
  • test: refactor and clean up tests
webdiscus
published 1.6.0 •

Changelog

Source

1.6.0 (2023-03-06)

  • feat: add css.inline option, replaces the functionality of style-loader.
    The values of inline option:
    • false - extract processed CSS in an output file, defaults
    • true - inline processed CSS into HTML via style tag
    • 'auto' - in development mode - inline CSS, in production mode - extract in a file
  • feat: add js.inline option to inline extracted JS into HTML
  • feat: add to the ?inline query parameter for JS and CSS files the values: false, true, 'auto'.
    Note: the query parameter takes precedence over global js.inline or css.inline option.
  • fix: emit a loader exception as an instance of Error instead a string
  • fix: throw exception when the loader is used but the HtmlBundlerPlugin is not initialized in Webpack plugins option
  • refactor: optimize and improve the code
  • test: add tests for inline CSS and JS
  • docs: update readme with new features
webdiscus
published 1.5.2 •

Changelog

Source

1.5.2 (2023-03-03)

  • fix: correct loader export when template contain CRLF line separators
  • fix: correct resolve auto value for verbose option
webdiscus
published 1.5.1 •

Changelog

Source

1.5.1 (2023-03-03)

  • fix: add LF after each generated script tag in dev mode for pretty HTML formatting
webdiscus
published 1.5.0 •

Changelog

Source

1.5.0 (2023-03-02)

  • feat: add the loaderOptions to the plugin option to allow defining loader options with the plugin. No need to additionally specify the template loader in module.rules. You can specify plugin and loader options in one place, in plugin options.
  • feat(experimental): add the cacheable loader option to disable caching of loader results, can be useful in a specific use case
  • fix: the default watchFiles.paths value is now a first-level subdirectory of a template, relative to root context. E.g. the template path is ./src/views/index.html then the default watching dir is ./src.
  • fix: watching a changes in template partials
  • test: add manual test for watching changes in partials used in multiple page configuration
  • docs: update readme
webdiscus
published 1.4.0 •

Changelog

Source

1.4.0 (2023-02-26)

  • feat: display watch files in watch/serv mode when verbose option is enabled
  • feat: add auto value for the verbose option
  • refactor: improve the code structure
  • test: add tests for watch mode
  • chore: add GitHub test badge
  • docs: improve readme
webdiscus
published 1.3.1 •

Changelog

Source

1.3.1 (2023-02-24)

  • fix: after an error, restore watching without restarting
  • refactor: improve the loader code
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