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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8f8f7c53c4e4f822020d6da9de0304f8c23de08f
Choose a base ref
...
head repository: jantimon/html-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 873d75bbcbd28ef7dff0a1549d3e442119e278d3
Choose a head ref
  • 13 commits
  • 23 files changed
  • 5 contributors

Commits on Aug 17, 2021

  1. Copy the full SHA
    2f5de7a View commit details

Commits on Oct 15, 2021

  1. Copy the full SHA
    d62a10f View commit details
  2. [chore] updates fixtures

    gabrielcsapo authored and jantimon committed Oct 15, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f08bd02 View commit details
  3. Update index.js

    Co-authored-by: Jan Nicklas <j.nicklas@me.com>
    gabrielcsapo and jantimon committed Oct 15, 2021
    Copy the full SHA
    e38ac97 View commit details
  4. Update index.js

    Co-authored-by: Jan Nicklas <j.nicklas@me.com>
    gabrielcsapo and jantimon committed Oct 15, 2021
    Copy the full SHA
    3bb7c17 View commit details
  5. [chore] rebuild examples

    gabrielcsapo authored and jantimon committed Oct 15, 2021
    Copy the full SHA
    16a841a View commit details
  6. chore(release): 5.4.0

    jantimon committed Oct 15, 2021
    Copy the full SHA
    48131d3 View commit details

Commits on Oct 18, 2021

  1. Copy the full SHA
    b7e5859 View commit details
  2. Copy the full SHA
    79be779 View commit details

Commits on Oct 25, 2021

  1. Copy the full SHA
    7d3645b View commit details
  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
    Copy the full SHA
    1e42625 View commit details
  3. chore: update examples

    jantimon committed Oct 25, 2021
    Copy the full SHA
    ddeb774 View commit details
  4. chore(release): 5.5.0

    jantimon committed Oct 25, 2021
    Copy the full SHA
    873d75b View commit details
Loading