We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssr: true
1 parent 91e68a3 commit f92dc0aCopy full SHA for f92dc0a
playground/environment-react-ssr/vite.config.ts
@@ -44,11 +44,6 @@ export default defineConfig((env) => ({
44
},
45
build: {
46
outDir: 'dist/server',
47
- // [feedback]
48
- // is this still meant to be used?
49
- // for example, `ssr: true` seems to make `minify: false` automatically
50
- // and also externalization.
51
- ssr: true,
52
rollupOptions: {
53
input: {
54
index: '/src/entry-server',
0 commit comments