prev-cli 0.24.16 → 0.24.18

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/cli.js +2 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2999,6 +2999,7 @@ async function createViteConfig(options) {
2999
2999
  format: "esm",
3000
3000
  jsx: "automatic",
3001
3001
  jsxImportSource: "react",
3002
+ jsxDev: false,
3002
3003
  target: "es2020",
3003
3004
  minify: false,
3004
3005
  sourcemap: false,
@@ -3010,7 +3011,7 @@ async function createViteConfig(options) {
3010
3011
  "react/jsx-runtime": "https://esm.sh/react@18/jsx-runtime"
3011
3012
  },
3012
3013
  define: {
3013
- "process.env.NODE_ENV": '"development"'
3014
+ "process.env.NODE_ENV": '"production"'
3014
3015
  }
3015
3016
  });
3016
3017
  const bundleTime = Math.round(performance.now() - startTime);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.24.16",
3
+ "version": "0.24.18",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",