Rollup Plugin Chrome Extension Versions Save

Bundling Chrome Extensions can be pretty complex. It doesn't have to be.

@crxjs/[email protected]

4 months ago

Patch Changes

  • cc76555: fix: hmr error

@crxjs/[email protected]

4 months ago

Patch Changes

  • ce9fe1c: Fix/web accessible resources script modules
  • 48d8c68: Vite 5 moved vite manifest from 'manifest.json' to '.vite/manifest.json'. This change updates the plugin to use the new location if Vite major version is >4, old location otherwise.

[email protected]

4 months ago

Patch Changes

  • a0d4592: Add match_origin_as_fallback to manifest-v3.schema.json

@crxjs/[email protected]

6 months ago

Patch Changes

  • cbfd0b3: Delete invalid changeset

@crxjs/[email protected]

7 months ago

Patch Changes

  • 34980de: feat: add compatibility mode for Firefox

@crxjs/[email protected]

10 months ago

Patch Changes

  • 47eeda7: fix(package): update cjs export path
  • 557721e: fix: infinite recursion on circular dependency
  • a6ee0d2: Test: infinite recursion on circular dependency

[email protected]

1 year ago

Patch Changes

  • bbc4d33: fix: schema of input_components

@crxjs/[email protected]

1 year ago

Patch Changes

  • 936ed77: Add inline sourcemap support to content scripts
  • bbc4d33: fix: schema of input_components

@crxjs/[email protected]

1 year ago

Patch Changes

  • 1728bdd: Add newline to generated manifest.json (issue #668)
  • 00be1a1: fix: add new screenshot and remove the redudant code
  • 42baebb: React v18 ReactDOM.render changes
  • a4982e3: Add content script module API

@crxjs/[email protected]

1 year ago

Patch Changes

  • ca0dfee: WIP: fix HMR singleton issue