There was an error while loading. Please reload this page.
1 parent 4efe356 commit 1ed2b42Copy full SHA for 1ed2b42
1 file changed
e2e/react-start/basic/rsbuild.config.ts
@@ -7,10 +7,7 @@ const outDir = process.env.E2E_DIST_DIR ?? 'dist'
7
const startModeConfig = getStartModeConfig()
8
9
export default defineConfig({
10
- plugins: [
11
- pluginReact(),
12
- tanstackStart(startModeConfig),
13
- ],
+ plugins: [pluginReact(), tanstackStart(startModeConfig)],
14
output: {
15
distPath: {
16
root: outDir,
0 commit comments