@crxjs/vite-plugin 2.0.0-beta.22 → 2.0.0-beta.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1238,7 +1238,6 @@ const pluginHMR = () => {
1238
1238
  if (relFiles.has(background) || modules.some(isImporter(join(server.config.root, background)))) {
1239
1239
  debug$1("sending runtime reload");
1240
1240
  server.ws.send(crxRuntimeReload);
1241
- return [];
1242
1241
  }
1243
1242
  }
1244
1243
  for (const [key, script] of contentScripts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crxjs/vite-plugin",
3
- "version": "2.0.0-beta.22",
3
+ "version": "2.0.0-beta.23",
4
4
  "description": "Build Chrome Extensions with this Vite plugin.",
5
5
  "keywords": [
6
6
  "rollup-plugin",