Re-enable rspack

This commit is contained in:
Bradlee Speice 2024-11-10 16:42:03 -05:00
parent ea90aa0cb3
commit 6dcbc1a72c

View File

@ -94,7 +94,7 @@ const config: Config = {
}, },
], ],
future: { future: {
// experimental_faster: true experimental_faster: true
} }
}; };