File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
packages/plugin-rsc/examples Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1919 [plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc)
2020 - label : |
2121 [plugin-react-oxc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-oxc)
22+ - label : |
23+ [plugin-rsc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc)
2224 - type : textarea
2325 id : bug-description
2426 attributes :
Original file line number Diff line number Diff line change 1919 [plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc)
2020 - label : |
2121 [plugin-react-oxc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-oxc)
22+ - label : |
23+ [plugin-rsc](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc)
2224 - type : textarea
2325 id : feature-description
2426 attributes :
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
8- "build" : " vite build --app " ,
8+ "build" : " vite build" ,
99 "preview" : " vite preview" ,
1010 "cf-build" : " CF_BUILD=1 pnpm build" ,
1111 "cf-preview" : " wrangler dev" ,
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
8- "build" : " vite build --app " ,
8+ "build" : " vite build" ,
99 "preview" : " vite preview" ,
1010 "cf-dev" : " vite -c ./cf/vite.config.ts" ,
1111 "cf-build" : " vite -c ./cf/vite.config.ts build" ,
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "scripts" : {
66 "dev" : " vite dev" ,
7- "build" : " vite build --app " ,
7+ "build" : " vite build" ,
88 "preview" : " vite preview"
99 },
1010 "dependencies" : {
You can’t perform that action at this time.
0 commit comments