chrome-extension-tools

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

Downloads
150.4K
Stars
2.3K

Bot releases are visible (Hide)

chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • d7949bf: Fix commonjs export
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • ec9e879: chore: move rxjs to package.deps
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 53534d0: Remove peerDeps, optDeps, engines
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] about 2 years ago

Major Changes

  • 628b14f: ## Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the
    content script file writer. There are no intentional breaking changes, but
    Vite 3 support required significant changes under the hood, therefore this is
    a major release.

chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 01f8e37: Allow <all_urls> in content_scripts.matches section of manifest.json
  • a65fe1f: CRXJS isn't fully compatible with Vite 3
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 68c661f: Allow Vite 3
  • a8d5670: Fixed the npm link of the npm badge.
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 0027f1e: Fix manifest icons type
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • dc479d1: Fix global constant replacement in background
chrome-extension-tools - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • f35c49e: Update READMEs
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • f35c49e: Update READMEs
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 8941353: Remove & refactor use of fs-extra
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 8a09cb9: Optimize rollup input
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • e1604d8: Strip paths from content script resource match patterns
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 63d102f: Automatically ignores build.outDir for server HMR, so the file
    writer doesn't trigger a full reload.

    Fixes flaky HMR updates for content scripts; Tailwind should work fine now 🥳

  • a1e2728: Fix isImporter recursion

chrome-extension-tools - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 267c252: chore(rpce) update rollup
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 86adbec: Sometimes during development, an extension page may open before the
    service worker has a chance to control fetch. The HTML file will load from the
    file system, but the script tag might load from the dev server. This PR adds a
    precontroller loader plugin to the dev server so that the extension page will
    reload and the fetch handler will get the real HTML file from the server.
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • b83a4bd: Check for manifest assets first in the project root, then check in
    the public dir. Throw an informative error if the file does not exist in
    either dir.
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 8b2e587: check service worker on interval from extension page
chrome-extension-tools - @crxjs/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • be8a1de: Remove unused code that throws when web accessible resources contains
    an HTML file.
chrome-extension-tools - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • ff71c47: fix error when importing existsSync from fs-extra