Releases: crxjs/chrome-extension-tools
Releases · crxjs/chrome-extension-tools
@crxjs/[email protected]
Patch Changes
- dc479d1: Fix global constant replacement in background
[email protected]
Patch Changes
- f35c49e: Update READMEs
@crxjs/[email protected]
Patch Changes
- f35c49e: Update READMEs
@crxjs/[email protected]
Patch Changes
- 8941353: Remove & refactor use of fs-extra
@crxjs/[email protected]
Patch Changes
- 8a09cb9: Optimize rollup input
@crxjs/[email protected]
Patch Changes
- e1604d8: Strip paths from content script resource match patterns
@crxjs/[email protected]
[email protected]
Patch Changes
- 267c252: chore(rpce) update rollup
@crxjs/[email protected]
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.
@crxjs/[email protected]
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.