8000 Comparing master...next · webdiscus/webpack-remove-empty-scripts · GitHub
[go: up one dir, main page]

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: webdiscus/webpack-remove-empty-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: webdiscus/webpack-remove-empty-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 121 files changed
  • 1 contributor

Commits on Dec 13, 2021

  1. [FEATURE] improved and fast algorithm

    - new  improved ad fast algorithm to detect generated needless empty js files
    - add new option `enable` to enable / disable the plugin
    - add support of `RegExp` for option `extensions`
    - remove deprecated option `silent`, use `verbose` to show process information (no braking change)
    webdiscus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    728c756 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. [FEATURE] new option remove

    - added new option `remove` to define custom RegExp for generated assets that must be removed
    - added tests for options
    - added `ansis` lib for ansi styling of cli output
    webdiscus committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    59e05da View commit details
    Browse the repository at this point in the history
Loading
BB7
0