-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
See https://github.com/wakujs/waku/pull/1789/files#r2532430895. I think this is very unsafe and probably we shouldn't remove it.
Okay, technically the explicit config is not there #1784, so it's entirely users risk. So my suggestion would be to remove such test case and remove this hack
waku/packages/waku/src/lib/vite-rsc/plugin.ts
Lines 550 to 557 in d40ab37
| // In partial mode, skip if the file already exists. | |
| if ( | |
| fs.existsSync(destFile) && | |
| // HACK: This feels a bit hacky | |
| destFile !== buildMetadataFile | |
| ) { | |
| return; | |
| } |
Let me find a simple example to create broken partial mode build.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels