Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.
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: mozilla/webextension-polyfill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.0
Choose a base ref
...
head repository: mozilla/webextension-polyfill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on May 14, 2024

  1. fix: Remove webpack and webpack-cli dependencies (#614)

    Changes made in #597 accidentally resulted in `webpack` and
    `webpack-cli` being added as dependencies in the manifest of the
    published package. This problem can be seen in v0.11.0. For more
    information, see #604.
    
    `webpack` and `webpack-cli` are used for bundler smoke tests that are
    run in CI. Rather than being installed during CI, these dependencies
    are now included in `devDependencies`. A new npm script has been added
    for running this script as well, to ensure that these dependencies are
    on the PATH when this script is run.
    
    The CircleCI config and the contributor docs have been updated to use
    the new npm script. You can test it by running
    `npm run test-module-bundlers-smoketest`.
    
    Fixes #604
    Gudahtt authored May 14, 2024
    Configuration menu
    Copy the full SHA
    08c7650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1649d84 View commit details
    Browse the repository at this point in the history
Loading