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: v3.1.0
Choose a base ref
...
head repository: jantimon/html-webpack-plugin Loading
compare: v3.2.0
Choose a head ref
  • 11 commits
  • 22 files changed
  • 3 contributors

Commits on Mar 22, 2018

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

Commits on Mar 25, 2018

  1. chore: Add commitizen

    jantimon committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    24f8acc View commit details
    Browse the repository at this point in the history
  2. fix(loader): Use lodash inside the loader directly

    Stop using webpack module rules inside the loader to get rid of the babel 500kb warning
    
    fix #786
    jantimon committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    7b4eb7f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. feat: Add meta tag option

    jantimon committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a7d37ca View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    9ec122a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3afd5d2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    It's actually an array of strings
    adelura authored and jantimon committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c05b31b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

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

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    afcc032 View commit details
    Browse the repository at this point in the history
  2. feat: Support node 6.9

    In #861 support for
    nodejs < 6 was dropped. However, the minimal version was to 6.11.5 for
    no clear reason. This excludes version v6.11.4 from current Ubuntu 17.10
    as well as version 6.10.3 running on AWS Lambda.
    See also discussion in webpack/webpack#6579
    
    #918
    Simon Warta authored and jantimon committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    74a22c4 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.2.0

    jantimon committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    e2c6990 View commit details
    Browse the repository at this point in the history
Loading