Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.x] Webpack 5 / fix issues #2607

Merged
merged 40 commits into from Nov 27, 2021
Merged

[9.x] Webpack 5 / fix issues #2607

merged 40 commits into from Nov 27, 2021

Commits on Dec 31, 2020

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

Commits on Jan 1, 2021

  1. Fix BrowserSync.

    strarsis committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    0fa3214 View commit details
    Browse the repository at this point in the history
  2. Fix postcss peer dependency.

    Remove unused cache-loader dependency.
    strarsis committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    b2b7349 View commit details
    Browse the repository at this point in the history
  3. Fix lint error.

    strarsis committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    7e56fba View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Update webpack.config.js

    strarsis committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    373a8d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Bump node engine version.

    Update dependencies.
    strarsis committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ec5d593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba589f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28d205c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

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

Commits on Feb 12, 2021

  1. Replace deprecated [hash:8]

    Replace deprecated [hash:8] placeholder with [fullhash:8].
    strarsis committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    e795356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fac5fb View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    strarsis committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    8e33cb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Remove :8 hash postfix.

    strarsis committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    acc041d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bab69f View commit details
    Browse the repository at this point in the history
  3. Replace copy plugin with maintained, contrib one.

    Use deprecated `[hash]` instead of `[fullhash]` until supported with contrib copy plugin.
    Remove friendly error messages plugin (unmaintained).
    strarsis committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    bef8232 View commit details
    Browse the repository at this point in the history
  4. Update yarn lockfile.

    strarsis committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    2904cdd View commit details
    Browse the repository at this point in the history
  5. Update yarn lockfile.

    strarsis committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    1d747a8 View commit details
    Browse the repository at this point in the history
  6. Use [contenthash] instead of [fullhash] to get around webpack 5 issue…

    … (and contrib copy plugin).
    
    Add noErrorOnMissing option to copy plugin to prevent errors for empty asset subfolders.
    strarsis committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    67ce1d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Enable contextRelativeKeys so emitted assets also have context-rela…

    …tive paths in manifest json.
    strarsis committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    11e4827 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    4e0996b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe5c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61ecc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    37c0005 View commit details
    Browse the repository at this point in the history
  2. Fix indents.

    strarsis committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    480976b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0db81ca View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Update dev dependencies.

    strarsis committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7cc577c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83175ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5683e22 View commit details
    Browse the repository at this point in the history
  4. Update dev dependency.

    strarsis committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c3e964c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57891a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bd6861 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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

Commits on Jun 5, 2021

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

Commits on Jun 15, 2021

  1. Update build dependencies.

    strarsis committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    c303bab View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Use Soil 4.x theme support, as in Sage 10.

    Improve comments.
    strarsis committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6d40a61 View commit details
    Browse the repository at this point in the history
  2. Cosmetic code change.

    strarsis committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    fde0c7f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Update dependencies (sass).

    strarsis committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    760524e View commit details
    Browse the repository at this point in the history
  2. Fix PHPCS lint error.

    strarsis committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    8966bfa View commit details
    Browse the repository at this point in the history
  3. Re-update lockfile.

    strarsis committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    f079e27 View commit details
    Browse the repository at this point in the history