Skip to content

Bump html-bundler-webpack-plugin from 3.5.3 to 3.5.5

Bumps html-bundler-webpack-plugin from 3.5.3 to 3.5.5.

Changelog

Sourced from html-bundler-webpack-plugin's changelog.

3.5.5 (2024-03-03)

  • fix: initialize the singleton of the Config only once

3.5.4 (2024-03-03)

  • optimize: lazy load the plugin config file
  • refactor: change the label in output: html-bundler-webpack-plugin => HTML bundler plugin
  • refactor: optimize code for other plugins extending from this plugin.
    For example: the pug-plugin since the version 5.0.0 is extended from the html-bundler-webpack-plugin with Pug specifically settings.
  • docs: add description how to use the entry plugin option as the array of the EntryDescription, e.g.:
    {
      entry: [
        {
          filename: 'index.html', // output filename in dist/
          import: 'src/views/index.html', // template file
          data: { title: 'Homepage' }, // page specifically variables
        },
        {
          filename: 'news/sport.html',
          import: 'src/views/news/sport/index.html',
          data: { title: 'Sport' },
        },
      ],
    }
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading