We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preserveSymlinks
mode
1 parent 8584293 commit 511aa21Copy full SHA for 511aa21
packages/playground/vite.config.ts
@@ -11,8 +11,8 @@ export default defineConfig({
11
open: process.env.NODE_ENV !== "production",
12
}, // maintain the old webpack behavior in dev
13
plugins: [react()],
14
- mode: "production", // Fixes https://github.com/rjsf-team/react-jsonschema-form/issues/3228
15
resolve: {
+ preserveSymlinks: true, // Fixes https://github.com/rjsf-team/react-jsonschema-form/issues/3228
16
alias: {
17
// The following is needed to allow the material ui v4 and v5 themes to properly load the css
18
"@mui/styles": path.resolve("./node_modules", "@mui/styles"),
0 commit comments