Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jantimon/html-webpack-plugin Loading
base: v5.4.0
Choose a base ref
...
head repository: jantimon/html-webpack-plugin Loading
compare: v5.5.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    b7e5859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79be779 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    7d3645b View commit details
    Browse the repository at this point in the history
  2. feat: Support type=module via scriptLoading option

    Add third option, `'module'`, to the `scriptLoading` option.
    
    This partially fixes issue #1663, which is also where this solution to
    the problem was proposed. Although this patch doesn't give a way to
    freely set `type` attribute to any value, setting `scriptLoading:
    "module" now makes the scripts have attribute `type="module"`, which was
    the original motivation behind the issue.
    noppa authored and jantimon committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1e42625 View commit details
    Browse the repository at this point in the history
  3. chore: update examples

    jantimon committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ddeb774 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.5.0

    jantimon committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    873d75b View commit details
    Browse the repository at this point in the history
Loading