-
Notifications
You must be signed in to change notification settings - Fork 242
Comparing changes
Open a pull request
base repository: crxjs/chrome-extension-tools
base: vite-plugin-v2.4.0
head repository: crxjs/chrome-extension-tools
compare: main
- 16 commits
- 49 files changed
- 6 contributors
Commits on Mar 22, 2026
-
chore: update deps as per npmx.dev recommendation (#1141)
* chore: update deps as per npmx.dev recommendation * fix: Add tinyglobby to replace omitted parts. * fix: Add tinyglobby to replace omitted parts.
Configuration menu - View commit details
-
Copy full SHA for ac54bf5 - Browse repository at this point
Copy the full SHA ac54bf5View commit details
Commits on Mar 30, 2026
-
feat(vite-plugin): add liveReload option to disable automatic extensi…
…on reload and HMR Add a `liveReload` option to CrxOptions (default: true). When set to false: - The server skips sending crx:runtime-reload and crx:content-script-payload - The service worker won't call chrome.runtime.reload() or relay HMR payloads to content scripts - Content scripts won't call location.reload() on runtime reload events - Files are still rebuilt and written to the output directory on change, so the user can manually reload the extension in Chrome Closes #1146
Configuration menu - View commit details
-
Copy full SHA for 2cebec9 - Browse repository at this point
Copy the full SHA 2cebec9View commit details
Commits on Apr 10, 2026
-
chore(deps): bump lodash from 4.17.23 to 4.18.1
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d239da - Browse repository at this point
Copy the full SHA 6d239daView commit details
Commits on Apr 11, 2026
-
Merge pull request #1151 from crxjs/dependabot/npm_and_yarn/lodash-4.…
…18.1 chore(deps): bump lodash from 4.17.23 to 4.18.1
Configuration menu - View commit details
-
Copy full SHA for ee97ba9 - Browse repository at this point
Copy the full SHA ee97ba9View commit details
Commits on Apr 13, 2026
-
fix: sanitize colons from output filenames (#1153)
Vite virtual modules (e.g. plugin-vue:export-helper) produce filenames containing colons via the /@id/ URL encoding. Colons are illegal in Windows filenames, causing content scripts to fail to load during dev. Add a sanitization step to getFileName() to replace colons with dashes. Also add: - Unit tests for getFileName() which previously had none - E2e test asserting output filenames contain no Windows-illegal chars
Configuration menu - View commit details
-
Copy full SHA for a1e538e - Browse repository at this point
Copy the full SHA a1e538eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 570312a - Browse repository at this point
Copy the full SHA 570312aView commit details
Commits on Apr 14, 2026
-
Merge pull request #1154 from crxjs/fix/1153-sanitize-colon-in-filenames
fix: sanitize colons from output filenames on Windows
Configuration menu - View commit details
-
Copy full SHA for 219912f - Browse repository at this point
Copy the full SHA 219912fView commit details -
Merge pull request #1147 from Toumash/feat/live-reload-option
feat(vite-plugin): add liveReload option to disable automatic extension reload and HMR
Configuration menu - View commit details
-
Copy full SHA for 638ac2c - Browse repository at this point
Copy the full SHA 638ac2cView commit details
Commits on Apr 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b4698ed - Browse repository at this point
Copy the full SHA b4698edView commit details -
Make data_collection_permissions optional
Updated data_collection_permissions to be optional.
Configuration menu - View commit details
-
Copy full SHA for 8a99b4f - Browse repository at this point
Copy the full SHA 8a99b4fView commit details
Commits on Apr 23, 2026
-
Merge pull request #1157 from salmin89/bug/1156--data_collection_perm…
…issions made data_collection_permissions optional
Configuration menu - View commit details
-
Copy full SHA for 5f3ff74 - Browse repository at this point
Copy the full SHA 5f3ff74View commit details
Commits on May 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for efde750 - Browse repository at this point
Copy the full SHA efde750View commit details -
Configuration menu - View commit details
-
Copy full SHA for d364bd8 - Browse repository at this point
Copy the full SHA d364bd8View commit details -
Merge pull request #1162 from salmin89/bug/1161--SIGABRT-fix
upgrade chokidar to lts
Configuration menu - View commit details
-
Copy full SHA for 219a3d1 - Browse repository at this point
Copy the full SHA 219a3d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f109c8 - Browse repository at this point
Copy the full SHA 7f109c8View commit details
Commits on May 26, 2026
-
Merge pull request #1140 from crxjs/changeset-release/main
Version Packages
Configuration menu - View commit details
-
Copy full SHA for 0e35959 - Browse repository at this point
Copy the full SHA 0e35959View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff vite-plugin-v2.4.0...main