@rpcbase/vite 0.48.0 → 0.50.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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -102,6 +102,7 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
102
102
  envPrefix: allowedEnvPrefixes,
103
103
  publicDir: path.join(process.cwd(), "./src/client/public"),
104
104
  build: {
105
+ sourcemap: isProduction ? "hidden" : false,
105
106
  cssCodeSplit: false,
106
107
  outDir: "./build/dist/",
107
108
  rollupOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.48.0",
3
+ "version": "0.50.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {