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: v4.3.0
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: v4.4.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 8 contributors

Commits on May 1, 2020

  1. Add skip-assets plugin to plugin list

    I noticed that the the famous excludeAssets plugin is incompatible with html-webpack-plugin v4+ and has been idle for ~2 years, so I developed a drop in replacement, which is backwards compatible and allows the usage of minimatch blobs or regex patterns.
    Adam Yost authored and jantimon committed May 1, 2020
    Configuration menu
    Copy the full SHA
    683435d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. docs: Type definition minor updates

    - defaults added for TS consumption
    - static `version` exposed
    - static `createHtmlTagObject` exposed
    - minor typos fixed
    
    Thanks!
    peterblazejewicz authored and jantimon committed May 19, 2020
    Configuration menu
    Copy the full SHA
    115bd8a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Remove link from "chunksSortMode" in README

    Doesn't seem like there's a reason it should link to the plugins section.
    brianpeiris authored and jantimon committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    d051f5f View commit details
    Browse the repository at this point in the history
  2. Add stacktrace to error message from childCompilation.errors

    I was had an error that was thrown in my webpack.config.ts that was causing childCompilation to fail. But I didn't know it was an error thrown in my webpack.config.ts because child-compiler.js didn't include the stack trace in the error message.
    
    The stack trace I got ended at line 122 in node_modules\html-webpack-plugin\lib\child-compiler.js. So I fiddled with that to make it output the inner error stack trace and then I got the actual place of the error.
    samal-rasmussen authored and jantimon committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    85accfa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. docs: fix typos (#1474)

    chenxsan authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    6e17a0c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    6b0711e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    4ae7be8 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.4.0

    jantimon committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    7e78213 View commit details
    Browse the repository at this point in the history
Loading