@crxjs/vite-plugin 2.0.0-beta.7 → 2.0.0-beta.9

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1345,7 +1345,7 @@ const pluginManifest = () => {
1345
1345
  name: "crx:manifest-loader",
1346
1346
  enforce: "pre",
1347
1347
  buildStart(options) {
1348
- if (typeof options.input !== "undefined") {
1348
+ if (typeof options.input !== "undefined" && !("ssr" in this)) {
1349
1349
  refId = this.emitFile({
1350
1350
  type: "chunk",
1351
1351
  id: manifestId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crxjs/vite-plugin",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0-beta.9",
4
4
  "description": "Build Chrome Extensions with this Vite plugin.",
5
5
  "keywords": [
6
6
  "rollup-plugin",
@@ -84,7 +84,7 @@
84
84
  "@extend-chrome/storage": "1.5.0",
85
85
  "@rollup/plugin-alias": "4.0.2",
86
86
  "@rollup/plugin-commonjs": "21.1.0",
87
- "@rollup/plugin-json": "^4.1.0",
87
+ "@rollup/plugin-json": "^5.0.0",
88
88
  "@rollup/plugin-node-resolve": "13.2.0",
89
89
  "@sveltejs/vite-plugin-svelte": "1.1.0",
90
90
  "@types/acorn": "4.0.6",
@@ -101,7 +101,7 @@
101
101
  "@vitejs/plugin-react": "^2.1.0",
102
102
  "@vitejs/plugin-vue": "3.2.0",
103
103
  "chokidar": "^3.5.3",
104
- "esbuild": "0.15.12",
104
+ "esbuild": "0.15.16",
105
105
  "esbuild-runner": "2.2.2",
106
106
  "eslint": "8.26.0",
107
107
  "eslint-plugin-react": "^7.29.4",