@rpcbase/vite 0.80.0 → 0.82.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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -153,7 +153,8 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
153
153
  inlinePattern: ["**/*.css"],
154
154
  removeViteModuleLoader: false
155
155
  }),
156
- isProduction && posthogSourcemapsPlugin({}),
156
+ // eslint-disable-next-line no-constant-binary-expression
157
+ false && isProduction && posthogSourcemapsPlugin({}),
157
158
  ].filter(Boolean),
158
159
  define: {
159
160
  __vite_env__: runtimeEnv,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.80.0",
3
+ "version": "0.82.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {