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: Richienb/node-polyfill-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: Richienb/node-polyfill-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on May 24, 2024

  1. Stop polyfilling console, 'domain', process, and internal `stream…

    …` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases`
    
    Fixes #40, fixes #52, fixes #18, fixes #44, fixes #20
    
    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    08f793b View commit details
    Browse the repository at this point in the history
  2. Add fs null fallback (#45)

    * feat: add `fs` fallback
    
    * Update readme.md
    
    * Stop polyfilling `console`, 'domain', `process`, and internal `stream` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases`
    
    Fixes #40, fixes #52, fixes #18, fixes #44
    
    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    
    * Add as default
    
    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    
    * Update readme.md
    
    ---------
    
    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Co-authored-by: Richie Bendall <richiebendall@gmail.com>
    afonsojramos and Richienb authored May 24, 2024
    Configuration menu
    Copy the full SHA
    010fc94 View commit details
    Browse the repository at this point in the history
  3. Meta tweak

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d1c923c View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    Richienb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4d26fb0 View commit details
    Browse the repository at this point in the history
  5. 4.0.0

    Richienb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fc4e0a9 View commit details
    Browse the repository at this point in the history
Loading