@rpcbase/vite 0.77.0 → 0.78.0

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/index.js +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -157,7 +157,6 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
157
157
  ].filter(Boolean),
158
158
  define: {
159
159
  __vite_env__: runtimeEnv,
160
- "globalThis.__rb_env__": JSON.stringify(runtimeEnv),
161
160
  },
162
161
  envPrefix: ALLOWED_ENV_PREFIXES,
163
162
  publicDir: path.join(process.cwd(), "./src/client/public"),
@@ -256,7 +255,6 @@ const getSpecBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
256
255
  clearScreen: false,
257
256
  define: {
258
257
  __vite_env__: runtimeEnv,
259
- "globalThis.__rb_env__": JSON.stringify(runtimeEnv),
260
258
  },
261
259
  envPrefix: ALLOWED_ENV_PREFIXES,
262
260
  build: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.77.0",
3
+ "version": "0.78.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {