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: OnlyALittle/extract-css-chunks-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: faceyspacey/extract-css-chunks-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 20 files changed
  • 8 contributors

Commits on Apr 1, 2020

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

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    90632ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b1efce View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. build(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (faceyspac…

    …ey#284)
    
    Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.1.0 to 8.0.1.
    - [Release notes](https://github.com/conventional-changelog/standard-version/releases)
    - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/standard-version@v7.1.0...v8.0.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    0177e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c22f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. fix: ExtractCssChunksPlugin.loader is a string (faceyspacey#291)

    Because else it doesn't work with:
    ```
    {
              loader: CssExtractPlugin.loader,
              options: { hmr: !production && target !== 'node' },
            }
    ```
    
    type Loader is `string | NewLoader` and `NewLoader` is:
    
    ```
    interface NewLoader {
            loader: string;
            options?: { [name: string]: any };
        }
    ```
    christophehurpeau authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    c640252 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. feat: preload css (faceyspacey#300)

    * WIP - preload CSS
    
    Inspired by webpack-contrib/mini-css-extract-plugin#344
    
    * feat: preload css
    
    * test(TestCases): re-enable logging
    mrtnvh authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    fdc5e7b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

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

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    c17d755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef82da9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eab2d0 View commit details
    Browse the repository at this point in the history
  4. adding to git ignore

    ScriptedAlchemy committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    24d923b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a44cd0b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

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

Commits on Sep 15, 2023

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

    ScriptedAlchemy committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    18837c2 View commit details
    Browse the repository at this point in the history
Loading